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": "NDmeO8O1jp3",
"country": "xQCB0TxRBF3eBbimWs",
"state": "gVMRZg8IRRrcsfc2QEkg2jd3H307",
"street1": "uPyxHczKGE7",
"street2": "d7HetKYaOhpIvksUkV8Cq27dVM",
"zip": "sdSQcOUGIqP0KJczmH"
},
"name": "xkN9NiPid9DbJMScFAxvC5ayr7fK",
"phone": "+1-648-589-4851"
},
"card": {
"brand": "57qHQH",
"checks": {
"address_line1_check": "6UrCWyaj",
"address_postal_code_check": "2axINIQu6OXI41i2zqcvXmXgK4p",
"cvc_check": "tQxzoB"
},
"country": "AVgyLmEAjlC41qwWFENk6HH25",
"exp_month": 15,
"exp_year": 16,
"fingerprint": "EwPx",
"funding": "UJqXYnPq4u",
"last4": "YmarYyU4LVXZzhJ7A1PdfV"
},
"created_at": "2025-03-12T01:37:15.541Z",
"id": "ncnzTyh0h",
"metadata": {},
"type": "card"
}
]