Bank Checkout

POST {{BASE_URL}}/bank/checkout/charge

Collect money into your payment wallet by initiating transactions that deduct money from a customers bank account.

Request Body

{"username"=>"{{USERNAME}}", "productName"=>"TestProduct", "bankAccount"=>{"accountName"=>"Test Account", "accountNumber"=>"1234567890", "bankCode"=>234001, "dateOfBirth"=>"1990-12-24"}, "currencyCode"=>"KES", "amount"=>1000, "narration"=>"Paid for something"}

RESPONSES

status: Created

{"description":"Payment is pending validation by the user","status":"PendingValidation","transactionId":"ATPid_8731795c47956470b000b867971bf26f"}