v1

latestOpenAPI 3.1.0MIT2026-07-22252442.9 KB
Transactions

Get Transaction Request Status

Retrieve the status of a transaction request created via /transactions. Requires the bearer token of the user that created the request.

get/transaction/{id}/status

Path parameters

idstring uuid required

Transaction request ID

Response

Status retrieved

idstring uuid
externalIDstring nullable
status'PENDING' | 'AWAITING_REVIEW' | 'PROCESSING' | 'DONE' | 'ERROR' | 'CANCELLED'
errorMessagestring nullable
errorCode'INSUFFICIENT_BALANCE' | 'DESTINATION_ERROR' nullable
createdAtstring date-time
updatedAtstring date-time