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": "nOSyKZlsiXR1pG",
        "country": "EgYenu",
        "state": "pFXkjxuH083Bf36QCVz",
        "street1": "Y",
        "street2": "ACPJW6TXZrF4JnVb",
        "zip": "Rgrrxukjj7LXsLMhkl"
      },
      "name": "QObNgn6y",
      "phone": "+1-881-192-7889"
    },
    "card": {
      "brand": "BLcTRnfNyC3ah6pgz7BgQjx1TW4Hf",
      "checks": {
        "address_line1_check": "eW5fgasC",
        "address_postal_code_check": "D",
        "cvc_check": "fwfez8nM1E9BubZ4vVraIEjiAC"
      },
      "country": "Ot56JEig8GYppLbUSMh9",
      "exp_month": 25,
      "exp_year": 29,
      "fingerprint": "seIw5C",
      "funding": "Li",
      "last4": "s6nE85zwAUETPWcxqKk4pk52EDT"
    },
    "created_at": "2025-01-17T16:13:50.192Z",
    "id": "CbCbSAXxQb",
    "metadata": {},
    "type": "card"
  }
]