Skip to main content

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.
curl --request GET \
  --url https://api.nomba.com/v1/global-payout/transactions/01kj9ssfwqd4a97jhdx65gmyqy \
  --header 'Authorization: Bearer <token>' \
  --header 'accountId: <accountId>'

Path parameters

transactionId
string
required
The wtTransactionId returned when the transfer or exchange was authorized.

Response body

transactionId
string
required
The GlobalPayout transaction ID.
status
string
required
Current processing status of the transaction.
ValueDescription
PROCESSINGThe transfer is being processed.
COMPLETEDThe transfer has been successfully delivered.
FAILEDThe transfer could not be completed.
PENDINGThe transfer is awaiting further action.
coreStatus
string
Core system status (e.g., PAYMENT_SUCCESSFUL).
type
string
Transaction type — TRANSFER or EXCHANGE.
createdAt
string
ISO 8601 timestamp of when the transaction was created.