Payment with Card (No OTP)
To accept payment with card without One Time Password (OTP) use this end point to make your request.
| 1 | POST /api/v3/purchases | 
Sample Request
To make payment with card, supply the following information while making your payment request.
| 1 2 3 4 5 6 7 8 9 10 11 | {  "customerId": "1407002510",                                  // Email, mobile number, BVN etc to uniquely identify the customer.  "amount": "100",                                             // Amount in Naira.  "transactionRef": "ESBDEV10000",                             // Unique transaction reference number.  "currency":"NGN",                                            // ISO Currency code.  "authData":"Lisy0gf1qwSgAOR4xNS5jkiLFSh0C6dYqyzQhxopAVHaG0DqTaB8yHYGPfYBAg2ZShyGp  2YJRzLsxpquvRuUZe6IO7hV+DDG1fsfx6bzLL7i6c/UFcw/T+QrsNOUgLjSqqlRNkMFmn1XN3CT0PtYEM  wExE38cFHjZN8dX2xZOKhwFJ9CJOs2VXeXCvfExxyZ5k3q+8dSxyHjYKrP3qfrjxhw7NFgEIvuo2xDlUTP  6DLe8C/Z7QrBO3ggF7fo7Uz8t/vTcY7HvWmfX2UfiT7T5rzbOw24ahPZ8/tQg1dvpsiO81Qaw/lS+8P+Gi  gkNO5+GeTpRjo+CO+n656zrwU8MQ=="                              // Authentication Data. } | 
Note
The possibility of performing a transaction without OTP is subjected to the amount limit allowed on the card by the card issuer for a transaction without OTP.