POS
Lookup Card
Get administrative details about a card
POST
Administrative endpoint to resolve a card serial or MAC address to a subscriber.
Request
string
required
API key ID assigned to the POS integration
string
required
RFC3339 timestamp used in the HMAC signature
string
required
Hex-encoded HMAC-SHA256 of the request
Body Parameters
string
required
Card Serial OR MAC Address
Response
boolean
Whether lookup succeeded
string
Lookup result message
string
Card serial returned by the lookup
string
Card type
string
Card status
string
Linked subscriber name
string
Linked subscriber phone number
string
Formatted balance
Examples
Uses
Support
Help customers find lost card details
Diagnostics
Check if MAC address matches serial
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Card lookup details
Supports any alphanumeric: CARD0001, 48290173K, etc.
Example:
"CARD0001"
Response
Card information retrieved
The response is of type object.