This operation creates a request to refund funds for a specific transaction. The funds will be sent to the specified destination address.
You need to specify the transaction ID to be refunded and the destination address. Optional parameters include custom categories for tracking purposes.
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 request body to refund funds.
The information about a request to refund funds.
The UUID of the transaction whose funds are to be refunded. This identifies the original transaction that requires refund processing.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The blockchain address to receive the refunded funds.
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7"
The amount to be refunded from the original transaction, specified as a numeric string. This value cannot exceed the total amount of the original transaction.
"1.5"
Custom categories to identify and track this refund transaction. Used for transaction classification and reporting.
["Compliance", "Refund", "AML"]Additional notes or description for the refund.
200"Refund due to compliance requirements - Case #12345"
Successfully created a disposition request.
The response for a disposition request.
The UUID of the transaction being processed for disposition.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The status of a disposition operation.
Submitted, Refunding, Refunded, RefundFailed, Frozen, Unfreezing, Unfrozen, UnfreezeFailed, Isolating, Isolated, IsolateFailed, CoboDisposition, Normal "Submitted"