Checkio API
get/{tenantId}/v1/billing/payment-methods

List saved payment methods

Requires Authentication
Billing
Payments

Returns active payment methods for the tenant, default first.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

Page of saved payment methods

Response Bodyapplication/json
items
array
PaymentMethod[]
PaymentMethod
total
integer

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/billing/payment-methods' \
  -H 'Authorization: Bearer {token}'