APIPaymentsList payment methods for your user

Parameters

No parameters

Returns

get
/user/payment/methods
$ curl "https://api.zoo.dev/user/payment/methods" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
[
  {
    "billing_info": {
      "address": {
        "city": "LhrsGNjaZXpgzVNyLk",
        "country": "Iq9dJDQumHJwDY",
        "state": "",
        "street1": "xBIf4WRnj1L1B1c7xP8m2",
        "street2": "Q2Cj4",
        "zip": "x9"
      },
      "name": "awN6XTZRxLoiWG8ZSS4znED",
      "phone": "+1-399-272-6209"
    },
    "card": {
      "brand": "qCj",
      "checks": {
        "address_line1_check": "otqiW",
        "address_postal_code_check": "E5jQL55ZYPyEv0DhcGFPZ",
        "cvc_check": "ZEQatg3"
      },
      "country": "rG19z51elZhG7pBo01zhq",
      "exp_month": 7,
      "exp_year": 7,
      "fingerprint": "plme6yZaJQf",
      "funding": "IVGTXyQWWeY5xZhz",
      "last4": "1uf9iJ8WQ4Rt4ULgkI9VYJ"
    },
    "created_at": "2025-05-22T02:04:14.104Z",
    "id": "SEDhxZYVXHoLmeg0nmznftFnz",
    "metadata": {},
    "type": "card"
  }
]