Skip to main content
POST
Verify NFC card

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Card verification details

card_serial
string
required

Supports any alphanumeric: CARD0001, 48290173K, etc.

Example:

"CARD0001"

pin
string

Required for POS routes, optional for payment routes (HMAC provides security)

Example:

"1234"

Response

Card verified

The response is of type object.