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
string
required
API key ID assigned to the 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 number
PIN is not required on this route. The integrating partner’s HMAC signature provides the security.
Response
boolean
Whether verification succeeded
string
Verification result message
boolean
Whether the card is active
string
Formatted available balance
string
Card holder display name
Example
Errors
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.