Get Transaction
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-key
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
OK
transactionId
status
type
quote
recipient
transactionHash
createdAt
updatedAt

