curl --location --request POST 'https://end2endpay.com/wallet_service/api/v1/e2e-ipg/init-opay' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_ref": "092829898938983",
"txnType": "OPAY_PAY",
"payerEmail": "user@mail.com",
"amount": "500",
"currency": "NGN"
}'{
"status": "success",
"message": "Successfully initiated payment with Opay",
"data": {
"code": "00000",
"message": "SUCCESSFUL",
"data": {
"reference": "092829898938983",
"orderNo": "260217145666938326975",
"cashierUrl": "https://express.opaycheckout.com/apiCashier/redirect/payment/checkoutHome?orderToken=TOKEN.5a96a19ea8f34a67acdc3dcdb1894334",
"status": "INITIAL",
"amount": {
"total": 50000,
"currency": "NGN"
},
"vat": {
"total": 0,
"currency": "NGN"
}
}
}
}