Listar detalhes de cartão pelo identificador
Em desenvolvimento
GET
https://api.paylogos.com.br/v1/cards/{card_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paylogos.com.br/v1/cards/'
Response Response Example
200 - Exemplo 1
{
"id": "string",
"resource": "string",
"description": "string",
"card_brand": "string",
"first4_digits": "string",
"last4_digits": "string",
"expiration_month": "string",
"expiration_year": "string",
"holder_name": "string",
"is_active": true,
"is_valid": true,
"is_verified": true,
"customer": "string",
"fingerprint": "string",
"address": "string",
"verification_checklist": {
"postal_code_check": "string",
"security_code_check": "string",
"address_line1_check": "string"
},
"metadata": {},
"uri": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
Requisição
Parâmetros Path
card_id
string
requerido
Respostas
Modificado em 2025-06-06 18:18:30