v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
payment-method

Get a paged array of payment-methods

Get a paged array of payment-methods

get/payment-methods

Query parameters

id_gtinteger nullable

The starting object id of the next page

Example:200
id_ltinteger nullable

The starting object id of the previous page

Example:100

Response

A paged array of payment-methods

Example response

{
  "data": [
    {
      "id": 1
    }
  ],
  "links": {
    "previousPage": "/v1/${object_type}?id_gt=200",
    "nextPage": "/v1/${object_type}?id_lt=100"
  }
}