Fiat Conversion

This endpoint can be used to convert one currency to another

POST {{BASE_URL}}/partner/collection/fiat/

ParameterTypeDescriptionRequired

from_currency

string

The currency you are giving out

true

to_currency

string

The currency that will be collected.Currency code (ISO 4217)

true

convert_amount

string

Amount that should be converted

true

{
   "from_currency":"USD",
   "to_currency":"NGN",
   "convert_amount":"10"
}

Last updated