curl --request GET \
--url https://api.nomba.com/v1/global-payout/transactions/{transactionId} \
--header 'Authorization: <authorization>' \
--header 'accountId: <accountid>'{
"code": "00",
"description": "Successful",
"data": {
"transactionId": "01kj9ssfwqd4a97jhdx65gmyqy",
"status": "PROCESSING",
"coreStatus": "PAYMENT_SUCCESSFUL",
"type": "TRANSFER",
"createdAt": "2026-03-13T09:15:57.161946"
}
}Track the status of any Global Payout transaction using its transaction ID.
curl --request GET \
--url https://api.nomba.com/v1/global-payout/transactions/{transactionId} \
--header 'Authorization: <authorization>' \
--header 'accountId: <accountid>'{
"code": "00",
"description": "Successful",
"data": {
"transactionId": "01kj9ssfwqd4a97jhdx65gmyqy",
"status": "PROCESSING",
"coreStatus": "PAYMENT_SUCCESSFUL",
"type": "TRANSFER",
"createdAt": "2026-03-13T09:15:57.161946"
}
}Bearer token for authentication.
"Bearer <token>"
The parent accountId of the business.
"890022ce-bae0-45c1-9b9d-ee7872e6ca27"
The wtTransactionId returned when the transfer was authorized.
"01kj9ssfwqd4a97jhdx65gmyqy"