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": "6O",
"country": "OxE22WzxjJEzh2Vx5ROZ",
"state": "zmXCC2F1Nu6IvLHsxSsUpD",
"street1": "eUhFMhuMSannecXvpgjb7KwI",
"street2": "uj0CI2p4u85F9BxVTC33TcyGB2iT5M",
"zip": "IbEm7"
},
"name": "s1S0",
"phone": "+1-817-174-9707"
},
"card": {
"brand": "k5lDz",
"checks": {
"address_line1_check": "j1yo",
"address_postal_code_check": "R5mVJTmoV5A00geZf3rK1yyCQAZz4c",
"cvc_check": "MrILgW"
},
"country": "7DBCXaXz9LXkLjHELU2OWV2LbXJR",
"exp_month": 25,
"exp_year": 3,
"fingerprint": "WItHiZyYDrMrHGvKpqw",
"funding": "YZCXKvLy1LrYQPgaU",
"last4": "t3pog1a0jPIMcCz0UOpZTBx"
},
"created_at": "2025-06-13T18:06:22.334Z",
"id": "eQRGYcYYs3OiC2q0",
"metadata": {},
"type": "card"
}
]