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": "vo9rNgOkN",
"country": "PXyU",
"state": "9l",
"street1": "",
"street2": "YNkB0tEzYcyH",
"zip": "nfEv2PnI"
},
"name": "XSxFw6LXwI",
"phone": "+1-330-516-6591"
},
"card": {
"brand": "ijdr3fmBAdJp1seCPa4S9YnJxNa6",
"checks": {
"address_line1_check": "piSxWJIJP",
"address_postal_code_check": "t9N87Iqy",
"cvc_check": "Kn8b7TUx8tMS5"
},
"country": "Iek3qBSpNn9soN55dOV0X",
"exp_month": 13,
"exp_year": 7,
"fingerprint": "ZA4O3y9hkbo5txznsVMKGy57BbNm",
"funding": "lSUBWKfR",
"last4": "36Jz"
},
"created_at": "2025-01-07T17:17:36.870Z",
"id": "0mX8WKRlpsmexXndSZFAqo9qltV",
"metadata": {},
"type": "card"
}
]