curl --request POST \ --url https://api.nomba.com/v1/checkout/tokenized-card-payment \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'accountId: <accountid>' \ --data '{ "order": { "orderReference": "fd3002af-d48b-40a0-adba-0b1c93635bd2", "customerId": "762878332454", "callbackUrl": "https://ip:port/merchant.com/callback", "customerEmail": "[email protected]", "amount": "10000.00", "currency": "NGN" }, "tokenKey": "7628788443" }'
{ "code": "00", "description": "Success", "data": { "status": true, "message": "Approved by Financial Insitution" } }
Learn how to charge tokenized cards with the Nomba API
POST /v1/checkout/tokenized-card-payment
Hide object