Fiat Conversion
This endpoint can be used to convert one currency to another
POST {{BASE_URL}}/partner/collection/fiat/
Parameter
Type
Description
Required
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
Last updated