v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Retrieve Enrolled Payment Methods

get/customers/{customer_id}/payment-methods

Path parameters

customer_idstring required

The unique identifier of the customer, created using the Create Customer endpoint (MAX 64; MIN 36).

Response

200

Example response

{
  "payment_methods": [
    {
      "name": "VISA ****1111",
      "description": "VISA ****1111",
      "icon": "https://icons.prod.y.uno/visa_logosimbolo.png",
      "type": "CARD",
      "category": "CARD",
      "country": "US",
      "status": "ENROLLED",
      "vaulted_token": "46adcbc0-aa26-4867-a4e7-28a5ad9100ae",
      "created_at": "2023-08-05T14:22:06.766268Z",
      "updated_at": "2023-08-05T14:22:06.766268Z",
      "card_data": {
        "iin": "41111111",
        "lfd": "1111",
        "expiration_month": 3,
        "expiration_year": 27,
        "number_length": 16,
        "security_code_length": 3,
        "brand": "VISA",
        "issuer_name": "JPMORGAN_CHASE_BANK_NA",
        "issuer_code": "US_JPMORGAN_CHASE_BANK_NA",
        "type": "CREDIT"
      }
    }
  ]
}