Skip to main content

CollectionRate

Collection quote details

sourceTypestringrequired

Source type

Possible values: [FIAT, CRYPTO]

sourceCurrencystringrequired

Currency the payer will send (fiat or crypto)

Possible values: Value must match regular expression [A-Z]{3,5}

Example: AED
sourceCountrystringrequired

Country of the payer

Possible values: Value must match regular expression [A-Z]{2}

Example: GB
destinationTypestringrequired

Payment type: FIAT or CRYPTO

Possible values: [FIAT, CRYPTO]

destinationCurrencystringrequired

Currency of the collection. This is the amount credited to the destination account

Possible values: Value must match regular expression [A-Z]{3,5}

Example: AED
destinationAmountnumberrequired

Collection amount to be received in the destination currency

Possible values: >= 0.01

Example: 1000
sourceAmountnumberrequired

Amount required to settle the payment in the source currency

Possible values: >= 0.01

Example: 1000
exchangeRatenumber

Rate as multiplier from source to destination currency

Example: 1.59234
CollectionRate
{
"sourceType": "FIAT",
"sourceCurrency": "AED",
"sourceCountry": "GB",
"destinationType": "FIAT",
"destinationCurrency": "AED",
"destinationAmount": 1000,
"sourceAmount": 1000,
"exchangeRate": 1.59234
}