{
"merchantId": "2512201641474120003995",
"payeeId": "2601281826188080003879",
"amountValue": "100",
"amountType": "SOURCE",
"paymentOptions": {
"feeBearer": "OUR",
"purpose": "",
"remittanceNote": "",
"onBehalf": {
"entityName": ""
},
"custom": {
"ullamco_d8": 90
}
},
"amountCurrency": "USD"
}curl --location '/api/v1/quotes/withdraw_fiat' \
--header 'x-app-id;' \
--header 'x-timestamp;' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'Content-Type: application/json' \
--data '{
"merchantId": "2512201641474120003995",
"payeeId": "2601281826188080003879",
"amountValue": "100",
"amountType": "SOURCE",
"paymentOptions": {
"feeBearer": "OUR",
"purpose": "",
"remittanceNote": "",
"onBehalf": {
"entityName": ""
},
"custom": {
"ullamco_d8": 90
}
},
"amountCurrency": "USD"
}'{
"success": true,
"requestId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": {
"quoteId": "string",
"merchantId": "string",
"orderType": "DEPOSIT_FIAT",
"fromAmount": {
"value": "string",
"currency": "USDT"
},
"toAmount": {
"value": "string",
"currency": "USDT"
},
"exchangeRate": "string",
"fees": [
{
"type": "string",
"name": "string",
"desc": "string",
"amount": {
"value": "string",
"currency": "USDT"
}
}
],
"expiresAt": "2019-08-24T14:15:22.123Z"
}
}