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": "IT7m61qyIWLWsJBm",
        "country": "7G1vfOhwIHTNsRXV9BK2G0zx",
        "state": "9RJ0wk1M7qgY3OL6Nd2fGzhTi5sCg2",
        "street1": "2wNp0hlGBPCqaUalrv",
        "street2": "jJHKh",
        "zip": "3"
      },
      "name": "",
      "phone": "+1-501-280-3864"
    },
    "card": {
      "brand": "a",
      "checks": {
        "address_line1_check": "8v4kt4",
        "address_postal_code_check": "HCd2jNanNfs53C",
        "cvc_check": "i3H2GMNSQNQe14GGHp"
      },
      "country": "gj5Ajbf13btniOfjM3",
      "exp_month": 12,
      "exp_year": 8,
      "fingerprint": "Up",
      "funding": "bhCJt4Hs30USRZfxl422FXxsorq",
      "last4": "TDPMdQOZwuIw7S2UdBG"
    },
    "created_at": "2024-12-19T17:49:42.823Z",
    "id": "ochYkBBAbbVCELLTqWDHMJtyONyy",
    "metadata": {},
    "type": "card"
  }
]