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

Changes

No recorded changes to this endpoint across all 1 revision of this API.