Payment Advice
Create a Payment Advice
Name
Value
{
"amount": 100,
"currency": "NGN",
"merchantRef": "12345678909876543321",
"narration": "test",
"callBackUrl": "https://your_callback_url.com/",
"splitCode": "",
"shouldTokenizeCard": false,
"customer": {
"customerId": "cbl",
"customerLastName": "Codes",
"customerFirstName": "Bytes",
"customerEmail": "[email protected]",
"customerPhoneNumber": "",
"customerAddress": "",
"customerCity": "",
"customerStateCode": "",
"customerPostalCode": "",
"customerCountryCode": "NG"
},
"integrationKey": "afc65827-ce24-44e1-bfa3-aa9d4b8e9ceb",
"mcc": 0,
"merchantDescriptor": "string"
}Last updated