Overview
Users can calculate the converted withdrawal amount based on the reference rate returned by the Quotation API. If the calculated amount meets the requirements, users can submit a withdrawal order request through the Withdrawal Order Application API. The API returns the request status and a batch number.
Query Header Parameters
View full Request Header Parameters.
- Header
cURL -X POST /opc/v1/withdrawal/apply
'Content-Type:application/json',
'Opccount-No:995149',
'Va-Code:9435762187450928365',
'Sign:ckQHqFTsawqHScEhxuovywiXTJMio9F0a62qdh/mIONvwWXzfdNFM4cl/2UN490VER64wmw18wOWsgHH/mKL7L+uu5jRQcLkYbwE5CfQEj6g2jHewa70b2zStZPes4DRrgRwLzK+vqwzdP0jifrRYbrB6qVjS8gD4RyGort/Ju1mfaVjJNgPlUWehDJPWPz5MAU/dRpB6ChX7IwjJm4cV/jUqZvOJMDqMov8H5kMyi7g0Jx7LVHIqx9O3Cjn+k+FASpJNNOnv7m5JjvdJkJYXgMC3pGK+uBc+hfHnc20piuz7KxDeQDtaAY9IXCWkPx8BcQaru1HMQgXmBicS85YkQ==',
'Timestamp:1694482115'
Query Parameters
View full Request Parameters.
- Resquest
-d '{
"withdrawalAccountKey": "1759747048153808896",
"billCurrency": "USD",
"billAmount": "10",
"transactionFeesBearingMethods": "BEN",
}'
Response
- Use the unique account identifier
withdrawalAccountKeyto update your withdrawal account information.
- Responses
{
"msg": "SUCCESS",
"code": "000",
"data": {
"batchNo": 109645,
"amount": 10,
"billCurrency": "USD",
"status": 1
}
}
- View full Response Parameters.