Cards Pan
This endpoint is used to get details of a card with full card number and cvv
POST
{{base_url}}/business/vcard-pan
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | SECRET_KEY |
Request Body
Name | Type | Description |
---|---|---|
cardid* | Sting | Card ID |
Your secret keys are to be kept secret and only stored on your servers. Do not pass your secret key to the front-end language where it can be exploited.
Take a look at how you might do this:
Sample response
Last updated