Available Endpoints
Creating Refunds
Create a refund transaction
Request Body
originalTxId
- Type:
string - Required
- Description:
Unique identifier of the original transaction being refunded.
to
- Type:
string - Required
- Length:
66characters - Description:
Destination address where the refunded amount will be sent.
Must be a valid address matching the supported blockchain format.
reason
- Type:
string - Optional
- Description:
Optional note explaining the reason for the refund.
Retrying Failed Refunds
Retry a refund
Request Body
refundId
- Type:
string - Required
- Description:
Unique identifier of the refund transaction.
