Skip to main content
GET
Get Transaction Request Status

Authorizations

Authorization
string
header
required

User API authentication token with format cash_<64-char-hex>. Sample value cash_16cdc3b6f83c72d9d2680adca4f430962981f6bf32613a129dded0aa060387d2.

Path Parameters

id
string<uuid>
required

Transaction request ID

Response

Status retrieved

id
string<uuid>
externalID
string | null
status
enum<string>
Available options:
PENDING,
AWAITING_REVIEW,
PROCESSING,
DONE,
ERROR,
CANCELLED
errorMessage
string | null
errorCode
enum<string> | null
Available options:
INSUFFICIENT_BALANCE,
DESTINATION_ERROR
createdAt
string<date-time>
updatedAt
string<date-time>