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": "MxRqfl",
        "country": "Q7ydE",
        "state": "qFb",
        "street1": "4Wxfv8WJygc4hnb0p4v0GoWAXBTx",
        "street2": "OIZuKfuHsAeRtb1",
        "zip": "D8eeK"
      },
      "name": "obxSaWgJyubuYXpt3Hu5v61ct3MAOE",
      "phone": "+1-997-323-1443"
    },
    "card": {
      "brand": "4no",
      "checks": {
        "address_line1_check": "P1xs0zYKqBwzDrzKkPl",
        "address_postal_code_check": "pY5RWc3XFTRTfXbZBGDtmIV",
        "cvc_check": "ifpe3WqHqKWyPWPJCOIA66HuIAC"
      },
      "country": "5",
      "exp_month": 3,
      "exp_year": 8,
      "fingerprint": "xK8zkEjalvfwz1ZhvErUa",
      "funding": "kYWe",
      "last4": "OMj9tdCoqHx"
    },
    "created_at": "2024-09-19T16:12:23.051Z",
    "id": "uWPzW9sI",
    "metadata": {},
    "type": "card"
  }
]