This operation retrieves the information of a specific payout.
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
The payout ID.
The request was successful.
The payout ID generated by Cobo.
"123e457-e89b-12d3-a456-426614174004"
The request ID provided by you when creating the payout.
"123e457-e89b-12d3-a456-426614174004"
The channel through which the payout will be processed. Possible values include:
Crypto: The payout will be processed as a cryptocurrency transfer to a crypto address.OffRamp: The payout will be processed as a fiat currency transfer to a registered bank account.Crypto, OffRamp "Crypto"
The current status of the payout. Possible values include:
Pending: The payout has been created and is awaiting processing.Preparing: The payout is being prepared for transfer.Transferring: The payout is currently being transferred to the recipient's destination.Completed: The payout has been successfully completed and all transactions have been processed.PartiallyCompleted: The payout has been partially completed, with some transactions succeeding and others failing.Failed: The payout has failed and no transactions were completed successfully.RejectedByBank: The payout was rejected by the recipient's bank (applicable to OffRamp payouts only).Pending, Preparing, Transferring, Completed, PartiallyCompleted, Failed, RejectedByBank "Pending"
The created time of the payout, represented as a UNIX timestamp in seconds.
1744689600
The updated time of the payout, represented as a UNIX timestamp in seconds.
1744689600
The source account from which the payout will be made.
"developer".required
The initiator of this payout, usually the user's API key.
"b2ae1b5aaade686c968ef2bbd31cc75ba94e5a85fd9cb0b35b81dcc15f520e9d"
Crypto payouts: The amount of cryptocurrency sent to the recipient's address, denominated in the token specified in recipient_info.token_id.OffRamp payouts: The amount of fiat currency sent to the recipient's bank account, denominated in the currency specified in recipient_info.currency. (Note: The actual amount received may be lower due to additional bank transfer fees.)"500.00"
The commission fees of the payout.
A note or comment about the payout.
"Payout for customer 123"
An array of payout transactions.