Aug 31, 2018 · 1 min read
I want to do bank API charging and currently facing issue with Charge API. https://api.paystack.co/charge
From this page (https://developers.paystack.co/reference#update-payment-session-timeout), I sent the following requested data but it returns below status:
{
"status": false,
"message": "One of Authorization code, card object, bank object, or ussd object should be passed. Make up your mind Alisha."
}Requested data as below:
{"email":"customer@customer.com","amount":100,"card":{"number":"4084084084084081","cvv":"408","expiry_month":"01","expiry_year":"99"},"bank":{"code":"057","account_number":"0000000000"},"authorization_code":"","reference":"scdsdcsdc20100"}