Collection Pricing

This endpoint can be used to determine the collection charge per collection channel. Also if you want to pass the charges onto the customer, this endpoint will help you determine the amount.

POST {{BASE_URL}}/partner/info/collection_pricing/

Collection channels

bank_transfer
mobile_money
crypto
ewallet
bank_direct_debit
till
Parameter
Type
Description
Required

pay_method

string

Select an option from the list above

true

pay_currency

string

Currency code (ISO 4217)

true

pay_amount

string

The amount the customer is expected to pay or amount merchant is expecting from the customer

true

coin_type

string

Required if pay_method is crypto

false

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

Last updated