π Welcome to TranSwap Api v1.8.8 π
Transfer Quotation
.Authorization: Bearer ********************
{
"payment_channel": "bank",
"source_currency": "string",
"source_country": "string",
"destination_currency": "string",
"destination_country": "string",
"source_amount": 0,
"destination_amount": 0,
"transfer_method": "local",
"charge_type": "our"
}
curl --location --request POST '/v1/transfers/quotations' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_channel": "bank",
"source_currency": "string",
"source_country": "string",
"destination_currency": "string",
"destination_country": "string",
"source_amount": 0,
"destination_amount": 0,
"transfer_method": "local",
"charge_type": "our"
}'
{
"id": "6d4545f5-2e53-4793-9f12-e57349d89490",
"payment_channel": "Cash",
"source_country": "HK",
"source_currency": "HKD",
"source_amount": 777,
"min_source_amount": 100,
"destination_country": "MO",
"destination_currency": "MOP",
"destination_amount": 712.79,
"rate": 1.03319,
"ts_rate": 1.03319,
"ts_inverse_rate": null,
"fee": 87.11,
"transaction_fee": 87.11,
"valid_until": "2020-12-02T11:40:56.7395777+00:00",
"created_timestamp": "2020-12-01T11:40:56.7395714+00:00",
"last_modified_timestamp": null
}