Customer

Customer Card ListGet

https://sandbox-api.srpago.com/v1/customer/cus_576c1d85baf38/cards

Lista las tarjetas asociadas a un customer.

headers

AuthorizationBearer Token

Content-Typeapplication/json


Example Request 

curl --location --request GET 'https://sandbox-api.srpago.com/v1/customer/cus_576c1d85baf38/cards' \
--header 'Content-Type: application/json' \

Example Response

{
    "success": true,
    "result": [
        {
            "token": "crd_dev_602c60b0f20",
            "holder_name": "Nombre Apellido",
            "type": "VISA",
            "number": "448553XXXXXX8329",
            "expiration": "2303",
            "country_code": "MX",
            "bank_name": "VISA TEST",
            "funding": "CREDIT",
            "status": "chargeable"
        }
    ]
}