{
"merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
"desc": "Airtime Recharge 100NGN",
"amount": 10000,
"payType": 8,
"payerUserId": "john.doe@gmail.com",
"notifyUrl": "https://example.com/notify",
"transactionLocation": "1.38716,3.05117",
"walletReq": {
"network": "A000784",
"walletAccNo": "0100210499",
"walletAccName": "Samuel Udochukwu"
}
}curl --location --request POST 'https://openapi-sandbox.aicapay.com/merchant-order-biz/openapi/transactions/payment' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'access-key;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
"desc": "Airtime Recharge 100NGN",
"amount": 10000,
"payType": 8,
"payerUserId": "john.doe@gmail.com",
"notifyUrl": "https://example.com/notify",
"transactionLocation": "1.38716,3.05117",
"walletReq": {
"network": "A000784",
"walletAccNo": "0100210499",
"walletAccName": "Samuel Udochukwu"
}
}'{
"transId": "B6864C218481468FBEB2640DB11078AD",
"sessionId": "string",
"merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
"status": 1,
"errorCode": "string",
"errorMsg": "string",
"verifyMethod": "string",
"openUrl": "string"
}