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": "N",
        "country": "oSq33t4",
        "state": "FFDdphC2ylf6GRqCIp8ZTY99GmPF",
        "street1": "3P84kmd5cLq",
        "street2": "i25g5Pv5TZVzGtCACZsOFDUrMinqn8",
        "zip": "cIZfeHuNW5FYkSNXYoVm5sXq45"
      },
      "name": "W5gR7nkbPQ8YWogHd8oelElZ0Zw",
      "phone": "+1-330-465-4221"
    },
    "card": {
      "brand": "nBW",
      "checks": {
        "address_line1_check": "ot3LJ786SAJJDHZv5hEXttpgfUYZ",
        "address_postal_code_check": "24G3MUZZSZCHWdbeKHQy",
        "cvc_check": "93811gS3"
      },
      "country": "y63BPW0SVyRg4hyjqV",
      "exp_month": 8,
      "exp_year": 19,
      "fingerprint": "sMwTT32RtVbOe4IgI",
      "funding": "",
      "last4": "MBeE1FRSq"
    },
    "created_at": "2025-04-25T16:39:54.847Z",
    "id": "sNV3gRwGudedR1vpfTprU",
    "metadata": {},
    "type": "card"
  }
]