API → PaymentsList 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": "",
"country": "q9hhlMZupRJ5UA4uZ",
"state": "I5SRmIVhq6Sx3qk",
"street1": "20RGYWHE",
"street2": "4QjT2H1M7vWwTdMc3VUdJsuY",
"zip": "4C7BcC7P0vZOmTOW2BBpOt"
},
"name": "q6naO",
"phone": "+1-467-713-4645"
},
"card": {
"brand": "f6pA6bCZqBL259",
"checks": {
"address_line1_check": "I8X4Bt",
"address_postal_code_check": "Aam6UebjGt4TWY",
"cvc_check": "7N4PWoTBtnVr6zmin0a9fy7jf"
},
"country": "HZ1KctW6",
"exp_month": 22,
"exp_year": 32,
"fingerprint": "J0HQYvqxs9ivnT5c",
"funding": "NNt",
"last4": "XHwCHiVqFNsQ1ffD82"
},
"created_at": "2025-08-14T21:14:57.063Z",
"id": "WQ",
"metadata": {},
"type": "card"
}
]