Request Payment

Request one-time payments from Bani Shopper customers

POST {{BASE_URL}}/partner/collection/send_shopper_request/

ParameterTypeDescriptionRequired

pay_amount

number

The amount the customer is required to pay.

true

country_code

string

ISO 3166-1 alpha-2 code.

true

pay_currency

string

Currency code (ISO 4217)

true

account_identifier

string

The customer's Bani Shopper username.

true

pay_ext_ref

string

Your unique reference. This can be used to fetch the payment details.

false

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

Last updated