payment-methods

List payment methods

Returns a paginated list of payment methods scoped to the caller account.

get/api/v1/payment-methods

Response

Paginated list of payment methods.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}

Changes