Create a new Transfer Quotation
POST
/v1/transfers/quotationsLast modified:Â 2 months ago
Maintainer:Â Not configured
Create a new Transfer Quotation
.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
Created(201)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 201
Content Type :Â JSONapplication/json
Success.
Data Schema
No schema defined
Example
{
"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
}
Last modified: 2 months ago