Payment
Verify Card
Verify card status and retrieve partial subscriber info
POST
Used before a payment to verify the card and fetch the holder name and current balance.
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 number
Cardholder 4-digit PIN
Response
Whether verification succeeded
Verification result message
Whether the card is active
Formatted available balance
Card holder display name
Example
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.