Pay with E-wallet: Bani Shopper
Accept one-click payment from customers via bani shopper wallet
POST {{BASE_URL}}/partner/collection/ewallet/
This payment method is a two-way process. Check below for the parameters required for each step.
STEP A
STEP B
ewallet_name
string
This is the name of the e-wallet provider. The value for this is bani
true
estep
string
This payment method is a two-way process. The value for the first step is initialize
and the second step is final_payment
true
pay_amount
string
The amount the customer is required to pay.
false
pay_currency
string
Currency code (ISO 4217)
false
country_code
string
ISO 3166-1 alpha-2 code.
false
account_identifier
string
The username of the customer with the bani shopper account.Use the Lookup endpoint for e-wallet to verify the username given
false
eotp
string
The value for this parameter will be sent to the customer email address.
false
epass_ref
string
This is passed after the initialize
step
false
custom_data
dict
Your custom data that will be returned
false
pay_ext_ref
string
Your unique reference. This can be used to fetch the payment details
false
Last updated