Pay with E-wallet: Opay
Accept payment from customers via Opay Nigeria wallet
POST {{BASE_URL}}/partner/collection/ewallet/
This payment method requires multiple processes. Check below for the parameters required for each step.
STEP A
STEP A1
STEP B
ewallet_name
string
This is the name of the e-wallet provider. The value for this is opay_ng
true
estep
string
This payment method is a two-way process. The value for the first step is initialize
and the second step is finalize_payment.
Also to resend OTP you will use send_otp
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
holder_ip_address
string
IP Address of the customer who is paying
false
holder_phone
string
Phone number of the customer who is paying in e164 format.
false
epin
string
Customer's Opay pin.
false
customer_ref
string
The reference got from Create customer endpoint.
false
custom_data
string
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
epass_ref
string
This is passed after the initialize
step
false
Last updated