Page cover

ℹ️Card Info

This endpoint allows your to query for a card details using the physical card number

Returns an object containing the card details

GET https://api.pay.tapngogh.com/card/info

Returns the information of a valid card

Query Parameters

Name
Type
Description

cardID*

String

Tap and Go Card Identification

Headers

Name
Type
Description

Authorization*

String

Authentication Token

{
	"status": 1,
	"message": "Card found",
	"payload": {
		"_id": "62c6cf130746332eed9365ec",
		"balance": 43.19999999999996,
		"virtual": false,
		"cardID": "4405420400000000",
		"issuer": "Transport Ghana"
	}
}

Last updated

Was this helpful?