POS
Verify Card
Verify card status and retrieve partial subscriber info
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Used before a transaction to verify the card and fetch the holder name and current balance.
Request
API key ID assigned to the POS integration
RFC3339 timestamp used in the HMAC signature
Hex-encoded HMAC-SHA256 of the request
Body Parameters
Card serial number
Cardholder 4-digit PIN
Response
Whether verification succeeded
Verification result message
Whether the card is active
Formatted available balance
Card holder display name
Examples
Use Cases
Pre-Auth
Check card before entering amount
Identity
Verify card holder name matches id
Errors
| Status | Code | Description |
|---|---|---|
| 400 | Validation or business error | Invalid payload, unknown card, blocked card, or bad PIN |
| 401 | HMAC auth error | Missing/invalid X-API-Key-ID, X-Timestamp, or X-Signature |
| 500 | Internal error | Server error |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Card verification details
Response
Card verified
The response is of type object.