Skip to main content
POST

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Body

application/json
start_date
string<date>

Filter transactions created on or after this date.

end_date
string<date>

Filter transactions created on or before this date. Must be the same as or after start_date.

wallet_id
string

Filter by business wallet ID.

type
enum<string>

Filter by transaction type.

Available options:
SEND_MONEY,
FUND_WALLET,
SWAP
status
enum<string>

Filter by transaction status. EXPIRED returns collections that were not completed before their expiry time.

Available options:
FAILED,
SUCCESSFUL,
EXPIRED
customer_id
string

Filter by business customer ID.

Response

Transactions retrieved successfully.

message
string
required
data
object[]
required
meta
object
required