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": "yNj2rnpGy4pftxsvI7eQ5cvk4rqhq",
"country": "jIgkgyW",
"state": "y8q",
"street1": "oMiWQWJULIc4",
"street2": "4Q0HX45VNzFcsrMeymv7lhbyrH",
"zip": "qehIWAu8mGnMCNxolouIh"
},
"name": "AAo",
"phone": "+1-617-892-1353"
},
"card": {
"brand": "wFhzlSu",
"checks": {
"address_line1_check": "gFN0cEsv1vUNxK4zs75",
"address_postal_code_check": "TC778brcybo",
"cvc_check": "p"
},
"country": "NSvPexH3L68UvBx",
"exp_month": 28,
"exp_year": 24,
"fingerprint": "NDsQl4z4Vfrnf09tnxNRPYI",
"funding": "s",
"last4": "Tts12arZbABX2qcqk25xfUUe"
},
"created_at": "2025-04-01T00:20:31.484Z",
"id": "Va9AUM6RUjgvx8vA",
"metadata": {},
"type": "card"
}
]