Currency Conversion
With a single endpoint, you can convert between any 2 available currencies.
Last updated
With a single endpoint, you can convert between any 2 available currencies.
Last updated
Content-Type
Set value to application/json
Post a request to the URL below, where the base URL is determined by the environment you are in.
POST: {{baseurl}}/transaction
"fromAmount"
Yes
This is the amount you want to convert "from
"
"toCurrency"
Yes
This is the currency you want to convert "to
"
"fromCurrency"
Yes
This is the currency you want to convert "from
"
Supported events for Conversion :
conversion.successful
conversion.pending
conversion.failed
To learn how Webhook works, kindly see