v1
latestOpenAPI 3.0.12026-07-2679100267.2 KBTrack the status of any Global Payout transaction using its transaction ID.
get/v1/global-payout/transactions/{transactionId}
Path parameters
transactionIdstring required
Example:01kj9ssfwqd4a97jhdx65gmyqy
The wtTransactionId returned when the transfer was authorized.
Headers
Authorizationstring required
Example:Bearer <token>
Bearer token for authentication.
accountIdstring required
Example:890022ce-bae0-45c1-9b9d-ee7872e6ca27
The parent accountId of the business.
Response
Transaction retrieved successfully.
Example response
{
"code": "00",
"description": "Successful",
"data": {
"transactionId": "01kj9ssfwqd4a97jhdx65gmyqy",
"status": "PROCESSING",
"coreStatus": "PAYMENT_SUCCESSFUL",
"type": "TRANSFER",
"createdAt": "2026-03-13T09:15:57.161946"
}
}