curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/pos/verify-card \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"card_serial": "CARD0001",
"pin": "1234"
}
'{}Verify card status and balance before payment
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/pos/verify-card \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"card_serial": "CARD0001",
"pin": "1234"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Card verification details
Card verified
The response is of type object.