API → Payments → List payment methods for your user
get
/user/payment/methods$ curl "https://api.zoo.dev/user/payment/methods" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response[
{
"billing_info": {
"address": {
"city": "oP7gk1FwUWwuFAXLnxE21zId",
"country": "sDewBjdBTaA1mLarOlTq2AfRkTR",
"state": "RD7gTWwc4mj0HKNZP3eHLGRwuW",
"street1": "ZhLIWUFA05",
"street2": "joa9Cwj",
"zip": "RMjJII"
},
"name": "izcG267qHy",
"phone": "+1-209-302-4892"
},
"card": {
"brand": "S61gWZGgiClblAoIx8ew",
"checks": {
"address_line1_check": "edzlnxfxu",
"address_postal_code_check": "GCLVFU54s2hkZ7X",
"cvc_check": "uaFg2Lc"
},
"country": "sA",
"exp_month": 16,
"exp_year": 14,
"fingerprint": "1hj5bNlevhuJmrlzLYKnTQX",
"funding": "x2h1l6ueMjrCLFAJFM8k6gg4PWK1K",
"last4": "C1Iq4M7GDb92pB"
},
"created_at": "2024-12-06T17:03:24.020Z",
"id": "FLZNvmptvQ6W7L0RrPeh",
"metadata": {},
"type": "card"
}
]