PUT
/
orders
/
{orderId}
{
  "_id": "66eb25f75752142702c3ca5e",
  "bankCode": "90646",
  "name": "STP",
  "account": "66b114eea67737d9811432b8",
  "currencySymbol": "MXN",
  "countryCode": "MEX",
  "accountNumber": "646180374711307483"
}

Authorizations

Authorization
string
headerrequired

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

Body

application/json
destinationAddress
string
required

It 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