get
/{tenantId}/v1/billing/payment-methodsList saved payment methods
Requires Authentication
Billing
Payments
Returns active payment methods for the tenant, default first.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
Page of saved payment methods
Response Bodyapplication/json
itemsarray
PaymentMethod[]PaymentMethod
totalinteger
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/billing/payment-methods' \
-H 'Authorization: Bearer {token}'