Skip to main content
GET
List transactions

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:
waiting-for-signature,
pending,
in-progress,
completed,
cancelled,
failed,
suspended
recipient_type
enum<string>
Available options:
recipient,
account
sender_type
enum<string>
Available options:
recipient,
account
type
enum<string>
Available options:
iwt,
owt,
int
customer_id
string<uuid>

Response

200 - application/json

List of transactions

transactions
object[]
total
integer
Required range: x >= 0
hasMore
boolean