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": "e4AhUpTNn2syQ3FE2BmijwY7GE74gr",
"country": "JGwXkVD8zWwTyxaIpuEm",
"state": "j8XobnJfdwJEjzAdWv5iZfRKs",
"street1": "a",
"street2": "tjp089dAmVJxf3e9ySC",
"zip": "A1QGD3j6WwFMj"
},
"name": "31UNxI",
"phone": "+1-538-516-7577"
},
"card": {
"brand": "e1uwknbUDWz7Sb7PqhvQEsQXoEpl",
"checks": {
"address_line1_check": "magGm5pjrDmM0isn8bes",
"address_postal_code_check": "FjA",
"cvc_check": "CIWGaSi2el3OrdmbfTrATeJWgQAp"
},
"country": "jepc",
"exp_month": 19,
"exp_year": 25,
"fingerprint": "vr",
"funding": "iV7Bjlq5I",
"last4": "t9"
},
"created_at": "2025-05-22T02:04:01.800Z",
"id": "sS",
"metadata": {},
"type": "card"
}
]