Fetch Transaction
GET /v1/global-payout/transactions/{transactionId}
Track the status of any transaction at any point in its lifecycle. FetchTransaction takes a transaction reference and returns its current state, giving you and your customers full visibility into where funds are at any given time.
Path parameters
The
wtTransactionId returned when the transfer or exchange was authorized.Response body
The GlobalPayout transaction ID.
Current processing status of the transaction.
| Value | Description |
|---|---|
PROCESSING | The transfer is being processed. |
COMPLETED | The transfer has been successfully delivered. |
FAILED | The transfer could not be completed. |
PENDING | The transfer is awaiting further action. |
Core system status (e.g.,
PAYMENT_SUCCESSFUL).Transaction type —
TRANSFER or EXCHANGE.ISO 8601 timestamp of when the transaction was created.