Skip to main content
POST
Pass either source_amount or destination_amount. Use beneficiary_id instead of destination_currency to get developer-fee-aware calculations.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Body

application/json
source_currency
string
Pattern: ^[A-Z]{3}$
Example:

"USD"

source_amount
number
Example:

3508679

destination_amount
number
Example:

59456

destination_currency
string
Pattern: ^[A-Z]{3}$
Example:

"CAD"

beneficiary_id
string<uuid>
Example:

"ceb7e6c9-ef2a-41c2-8459-38d67ec3c655"

Response

Fee calculation completed successfully

data
object