Create Payout Action
Create Payout Action
Perform an action on a payout, such as confirming or canceling.
POST
Create Payout Action
Authentication
✅ Organization User (CustomerEmployee)✅ Delegated User (
EndUser)✅ Service Account
Required Permissions
Payouts:Write: Always required.Authorizations
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
Path Parameters
Payout id.
Required string length:
1 - 64Body
application/json
- Confirm Payout Action
- Cancel Payout Action
Available options:
Confirm The wallet ID to use for the transfer.
Required string length:
1 - 64Pattern:
^wa-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Example:
"wa-5pfuu-9euek-h0odgb6snva8ph3k"
The transfer details for the payout settlement.
- ERC-20 Transfer
- SPL/SPL-2022 Transfer
Response
200 - application/json
Success
The response is of type object.
Last modified on May 29, 2026