Skip to main content
GET
List collections

Authorizations

Authorization
string
header
required

Your API key: sk_test_… (sandbox) or sk_live_… (production).

Query Parameters

limit
integer

Page size, 1–100.

Required range: 1 <= x <= 100
Example:

20

cursor
string

The nextCursor from the previous page.

type
enum<string>
Available options:
mobile_money,
virtual_account,
crypto
code
string

Filter by payment method code.

Example:

"gh_mtn"

status
enum<string>
Available options:
pending,
processing,
completed,
failed,
reversed
currency
string
Example:

"GHS"

externalReference
string
Example:

"order-1042"

virtualAccountId
string

Only deposits into this virtual account.

Example:

"va_m4kp9xqz2wnt7hvb1dcs"

cryptoAddressId
string

Only deposits to this crypto address.

Example:

"addr_p8wq2nzk5xmv1htb4gcj"

from
string<date-time>

Created at or after this ISO 8601 timestamp.

Example:

"2026-08-01T00:00:00Z"

to
string<date-time>

Created at or before this ISO 8601 timestamp.

Example:

"2026-08-31T23:59:59Z"

Response

Newest first.

data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required

Pass as cursor to fetch the next page. Null on the last page.