get
https://api-sandbox.lafise.com/obl/v1/banks//cards//details
Obtains credit card details
Authentication is Mandatory
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
📘 Schemes:
In the response of this method there is a member called scheme, which identifies the card brand and type of card (debit, credit, etc.).
| Code | Description |
|---|---|
VI-CR | VISA - Credit |
AM-CR | American Express - Credit |
MC-CR | Mastercard - Credit |
VI-DB | VISA - Debit |
AM-DB | American Express - Debit |
MC-DB | Mastercard - Debit |
VI-PR | VISA - Prepaid |
AM-PR | American Express - Prepaid |
MC-PR | Mastercard - Prepaid |
JSON response body fields:
| Name | Description | Type |
|---|---|---|
category | Card category. | string |
scheme | Identifies the card brand and type of card. | string |
bank_code | Bank code. | string |
expiration_date | Card expiration date. | date |
product_description | Product description. | string |
card_number | Card number. | string |
card_holder | Cardholder information. | object |
card_holder.gender | Customer gender. | string |
card_holder.document_type | Customer document type. | string |
card_holder.document_number | Document number. | string |
card_holder.card_denomination | Card denomination. | string |
c_v_v | Card verification value. | string |
