POST
/
orders
/
offramp
/
{orderId}
/
refund

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

OrderId identifier.

Body

application/json
destinationAddress
string
required

it should be the destination address for the cryptocurrencies. This attribute is crucial in ensuring that funds are sent to the correct place.

Response

200 - application/json
message
string
timestamp
string
code
string
        - `REFUND_000`: Refund order successful.

        - `REFUND_001`: Order not found.

        - `REFUND_002`: Wrong order type.

        - `REFUND_003`: Wrong order status.

        - `REFUND_004`: Refund is processing.

        - `REFUND_005`: Refund already requested.

        - `REFUND_006`: Wrong wallet address.

        - `REFUND_007`: Missing transaction wallet address.
data
object