Pay via DLT
Accept payments from customers via crypto and get settled in fiat
POST {{BASE_URL}}/partner/collection/crypto/
Parameter
Type
Description
Required
fiat_deposit_amount
string
Amount to collect in fiat
true
fiat_deposit_currency
string
Currency code (ISO 4217)
true
coin_deposit_amount
string
The amount to collect in crypto. The value for this should be gotten from the 'Conversion' endpoint. Also, make use of the conversion_type fiat2coin_collect
true
coin_deposit_ref
string
Your unique reference. This can be used to fetch the payment details.
false
coin_chain_network
string
This will be required if the coin_type
is a stable coin
false
custom_data
dict
Your custom data that will be returned
false
Last updated