Skip to main content
Get a paged array of payment-methods

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id_gt
integer | null

The starting object id of the next page

Example:

200

id_lt
integer | null

The starting object id of the previous page

Example:

100

Response

200 - application/json

A paged array of payment-methods

data
object[]
required