Card Checkout

POST {{BASE_URL}}/card/checkout/charge

Collect money into your Payment Wallet by initiating transactions that deduct money from a customers Debit or Credit Card.

Request Body

{"username"=>"{{USERNAME}}", "productName"=>"Bebabeggie", "paymentCard"=>{"number"=>"1234123412341234", "cvvNumber"=>123, "expiryMonth"=>12, "expiryYear"=>2020, "countryCode"=>"NG", "authToken"=>"1234"}, "currencyCode"=>"KES", "amount"=>100, "narration"=>"Sent this amount to you."}

RESPONSES

status: Created

{"status":"PendingValidation","description":"Waiting for user input","transactionId":"ATPid_SampleTxnId123"}