v6

latestOpenAPI 3.1.02026-07-311856741.1 MB
customers
public

List Customer Payment Methods

Get saved payment methods of a customer.

Scopes: customers:read customers:write

get/v1/customers/{id}/payment-methods

Path parameters

idstring uuid4 required

The customer ID.

The customer ID.

Query parameters

pageinteger

Page number, defaults to 1.

Page number, defaults to 1.

limitinteger

Size of a page, defaults to 10. Maximum is 100.

Size of a page, defaults to 10. Maximum is 100.

Response

Successful Response

Example response

{
  "items": [
    {
      "is_default": true
    }
  ]
}