Skip to main content

FxRateRequest

(In Development)

Currency conversion rate token request, used to obtain exchange rate conversion token. The structure contains the required parameters to issue

sourceCurrencyCurrency (string)required

Currency alphabetic code as specified by ISO 4217

Possible values: >= 3 characters and <= 3 characters

Example: EUR
targetCurrencyCurrency (string)required

Currency alphabetic code as specified by ISO 4217

Possible values: >= 3 characters and <= 3 characters

Example: EUR
senderstringrequired

Wallet customer Id for the FX rate sender.

recipientstring

Wallet customer id of the recipient. Pass this for quotes during Peer to Peer transfer. Defaults to sender if not passed.

FxRateRequest
{
"sourceCurrency": "EUR",
"targetCurrency": "EUR",
"sender": "string",
"recipient": "string"
}