Skip to main content
GET
/
v1
/
collections
List collections for the authenticated integrator
curl --request GET \
  --url https://sandbox.api.eqxpay.io/v1/collections \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
Available options:
created,
pending,
processing,
successful,
failed,
expired,
refunded,
reversed
from_date
string

ISO 8601 date string

to_date
string

ISO 8601 date string

reference
string
after
string

Cursor for next page

limit
number
default:20
Required range: 1 <= x <= 100
Example:

20

Response