Verify customer id with specified service...
{ "customer_id": "CUSTOMER ID", "amount": "AMOUNT", "variation": "VARIATION", "email": "EMAIL", "phone": "PHONE", "pin": "PIN", }
customer_id | Service's Customer ID |
amount | Service amount (Required if services requires amount) |
variation | Service variation (Required if service has variations) |
phone | Customer's phone number |
Customer's email address |
{ "status": "ok", "msg": "Payment completed successfully", "data": { "reference_code": "...." } }