Get Transaction

View as Markdown
Retrieves the current status and details of a specific transaction. Use this endpoint to check the state of a payment at any point in its lifecycle. The transaction ID is passed as a path parameter using the `{{TRANSACTION_ID}}` variable. **Authentication:** Bearer token (`{{JWT_LOGIN}}`) + `x-api-key` header. **Path parameter** - `TRANSACTION_ID`: The unique identifier of the transaction to look up. **Response** includes the transaction status (e.g. `QUOTED`, `PENDING`, `COMPLETED`, `FAILED`, `EXPIRED`, `CANCELLED`) along with payment and recipient details.

Headers

x-api-keystringOptional

Response headers

x-amzn-RequestIdstringOptional
Access-Control-Allow-OriginstringOptional
x-amz-apigw-idstringOptional
X-Amzn-Trace-IdstringOptional

Response

OK
transactionIdstringformat: "uuid"
statusstring
typestring
quoteobject
recipientobject
transactionHashstring
createdAtdatetime
updatedAtdatetime