Pay via DLT

Accept payments from customers via crypto and get settled in fiat

POST {{BASE_URL}}/partner/collection/crypto/

ParameterTypeDescriptionRequired

coin_type

string

Preferred coin of the customer. The value should be in lowercase. e.g btc

true

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

customer_ref

string

The reference got from Create customer endpoint.

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

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated