Orders
Reprocess order
Service responsible for reprocessing an order in case of banking errors. The objective is to be able to finalize the transaction of converting crypto to the corresponding currency, where a transfer is made to the bank account associated with the order.
PUT
/
orders
/
{orderId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
destinationAddress
string
requiredIt should be the new bank account of the user account that owns the order to be able to make the fiat currency deposit.
Response
200 - application/json
_id
string
bankCode
string
countryCode
string
currencySymbol
string
accountNumber
string
account
string
name
string