Get Card Details [v3]
POST/api/v3/cards
Retrieve the PAR, BIN details, and a Nimbbl token reference for a card.
Card PAN must be encrypted
Card details (card_no, cvv, expiry, card_holder_name) must be RSA-encrypted before submission. Raw card PAN data is not accepted.
Quick Reference
- Required:
action(PAR),card_input_type(card_pan),card_details(RSA-encrypted card payload) - Returns:
bin(scheme, card_type, issuer details),tokenization(par, nimbbl_token_id)
Request
Responses
- 200
- 4XX
- 5XX
When BIN and tokenization details are fetched successfully, the response will be as below
When the request validation fails, the response will be as below
When there is a problem on the server, the response will be as below