Create a conversion - sell_amount based
POST {{url}}/api/v1/conversions/create
Request Body
{"buy_currency"=>"AUD", "quote_id"=>"{{quote_id}}", "reason"=>"For settling a payment", "request_id"=>"{{$guid}}", "sell_amount"=>10000, "sell_currency"=>"USD", "term_agreement"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |