API → Payments → List payment methods for your org
get
/org/payment/methods$ curl "https://api.zoo.dev/org/payment/methods" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response[
{
"billing_info": {
"address": {
"city": "Mw4kAGrK0z3SVs",
"country": "ckGw9M",
"state": "MKA0VfhdBaoQlY",
"street1": "2tY2DJYWv2TzoZU",
"street2": "Eacy32lsE",
"zip": "XnS4vIC2dc9EoV"
},
"name": "C4qxtF3Pnhn0SuF2u",
"phone": "+1-873-295-2733"
},
"card": {
"brand": "uveBURpehWgySSoQyhIxMEZuei",
"checks": {
"address_line1_check": "wWViLRVd5YPtromD4N7IAm",
"address_postal_code_check": "0EuZN8NxaPRe3ZxeBQuBMJBELjgW",
"cvc_check": "z1EHCzdATr"
},
"country": "wRx9ltK",
"exp_month": 12,
"exp_year": 2,
"fingerprint": "8LrK7VpMY9JPR",
"funding": "TVaLY8em",
"last4": "ouarVNcKhy"
},
"created_at": "2025-04-25T16:39:37.523Z",
"id": "ZqlBV2os3DpmGJjaOpHdKC",
"metadata": {},
"type": "card"
}
]