API → PaymentsList 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": "Vy3A5NlacgC0p7K5snCAs1",
        "country": "IPpkMvCqftqfYasyP0xnz09h4xQTkP",
        "state": "T7fhGHTel0f",
        "street1": "3um",
        "street2": "K3zq8hbwgiO3wRXvZC",
        "zip": "aNyBHknHpRYZd"
      },
      "name": "pvXeIorF0DRERp",
      "phone": "+1-524-559-2243"
    },
    "card": {
      "brand": "cs",
      "checks": {
        "address_line1_check": "NXZCBIy6yaoABngs2Sv",
        "address_postal_code_check": "UmOGUrX5J",
        "cvc_check": "FtFt"
      },
      "country": "C8CVVBhOLhto6q",
      "exp_month": 8,
      "exp_year": 11,
      "fingerprint": "w1tVtunfV6NysSKk5KICCmH5hz",
      "funding": "eO4pHxbwIe3cW1fy",
      "last4": "fUO6d5oraE2iUi6gQYDrSDR"
    },
    "created_at": "2025-04-21T20:02:11.199Z",
    "id": "8NR5261BTdmwn6",
    "metadata": {},
    "type": "card"
  }
]