API → PaymentsList 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": "mUPLk5OQOro1VMy5IzEpXYt",
"country": "cXoZt2jg2b1GrbdOYgj1XfORzWN37",
"state": "VcNr",
"street1": "36Cw96ow3CeEVXDfuYrVu8nrS",
"street2": "",
"zip": "d"
},
"name": "DSKBtXw",
"phone": "+1-805-581-1143"
},
"card": {
"brand": "IG",
"checks": {
"address_line1_check": "Sq091KUgEYe5Ey8O3cL2x",
"address_postal_code_check": "ZVLTZ2Auaj9scaKcL4VguJjb",
"cvc_check": "gGWvT6IL4eUIAgdWhjRsb"
},
"country": "HqAEEevzfKCJrq",
"exp_month": 6,
"exp_year": 14,
"fingerprint": "wtHWsok",
"funding": "uIJx6v95nqQ3aGXQ1bmAO",
"last4": "CyaMHH4MJS0uaeZZ3vn"
},
"created_at": "2025-07-04T12:26:19.628Z",
"id": "sVb6OYCMHL40cSZnqTcQOFHc7",
"metadata": {},
"type": "card"
}
]