Payment
Lookup Card
Get administrative details about a card
POST
Administrative endpoint to resolve a card serial or MAC address to a subscriber.
Request
API key ID assigned to the integration
RFC3339 timestamp used in the HMAC signature
Hex-encoded HMAC-SHA256 of the request
Body Parameters
Card Serial OR MAC Address
Response
Whether lookup succeeded
Lookup result message
Card serial returned by the lookup
Card type
Card status
Linked subscriber name
Linked subscriber phone number
Formatted balance
Examples
Errors
| Status | Code | Description |
|---|---|---|
| 400 | Validation error | Invalid payload |
| 401 | HMAC auth error | Missing/invalid X-API-Key-ID, X-Timestamp, or X-Signature |
| 404 | Not found | Card not found |
| 500 | Internal error | Server error |
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.