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": "Vf0GJAWnLV07GW",
"country": "AG",
"state": "SgtcdJiWwcHiT4IQfMpo9kBaB",
"street1": "n0ngJsV3MQzauCUlfI06g",
"street2": "jgnLL8TCmq0om9DclBDtnu",
"zip": "3"
},
"name": "hy3DeqlxzKvYxIRNHY33iq2",
"phone": "+1-273-238-8238"
},
"card": {
"brand": "U1j6hKi596ZQSaHRwg",
"checks": {
"address_line1_check": "bbyiRnyxu0bRyr5nypvQa2zwA",
"address_postal_code_check": "MMGYzzYGlv5ko6cJSwBNSMzs7",
"cvc_check": "hUDUtTL4WMTtsw"
},
"country": "jztjhKrgLq45a2U6O0OJUwx6pjqP",
"exp_month": 2,
"exp_year": 29,
"fingerprint": "",
"funding": "bcGegc6Z0L",
"last4": "3mgvqlC0cqDq1RpxjX9gJCSQt"
},
"created_at": "2025-07-25T23:10:13.421Z",
"id": "kvxF",
"metadata": {},
"type": "card"
}
]