Deposit via DLT

This endpoint can be used to generate a deposit address to accept strictly DLT payments and get settled with the same currency. No fiat conversion.

POST {{BASE_URL}}/partner/collection/fund_with_crypto/

ParameterTypeDescriptionRequired

coin_type

string

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

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