β¬ οΈDirect Debit Card
Debit card
This will debit an amount from a tap and go card
GET https://api.pay.tapngogh.com/card/initiate-payment
Headers
Name
Type
Description
Authorization*
String
Merchant's Authorization Token
Request Body
Name
Type
Description
cardID*
String
Card ID
amount*
Double
Amount to debit
reference*
String
A unique reference for transaction
description*
String
Purpose of transaction
{
"status": 1,
"message": "Transaction successful",
"payload": {
"currentBalance": "3.40",
"availableBalance": "3.60"
}
}{
// Response
}{
// Response
}Last updated
Was this helpful?