Get Payout Status
Get Payout Status
Retrieve the current status of a payout by its ID.
GET
Get Payout Status
Authentication
✅ Organization User (CustomerEmployee)✅ Delegated User (
EndUser)✅ Service Account
Required Permissions
Payouts:Read: Always required.Authorizations
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Path Parameters
Payout id.
Required string length:
1 - 64Response
200 - application/json
Success
Payout id.
Required string length:
1 - 64Pattern:
^pyt-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Example:
"pyt-4ihii-9lonb-tmhjo9bor4odmb5h"
The wallet ID used for the payout.
Required string length:
1 - 64Pattern:
^wa-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Example:
"wa-5pfuu-9euek-h0odgb6snva8ph3k"
ISO-4217 fiat currency code for the payout.
The asset being paid out, including token descriptor and metadata.
- ERC-20 Asset
- SPL/SPL-2022 Asset
The current status of the payout.
Available options:
Processing, Completed, Failed, Rejected, Expired, Canceled The user/token that initiated the payout.
Available options:
Borderless Borderless provider-specific payout data.
Optional external identifier for idempotency.
Last modified on May 29, 2026