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": "sMpVXKbb9jDHUNf",
"country": "",
"state": "2wXoteLFWeZCt",
"street1": "O",
"street2": "9R9WLyynL2",
"zip": "rQs9ZmcJZr4IQXAWVDet"
},
"name": "MuaA",
"phone": "+1-769-823-5250"
},
"card": {
"brand": "Rllf7",
"checks": {
"address_line1_check": "0tghMbbWXbOJqKuX9i0p",
"address_postal_code_check": "HKECk9gU",
"cvc_check": "DyGEsj9D9VYuhUA0pXtdNYhwBQKWX"
},
"country": "0oBzxZ9XqmzCeacTVge5i",
"exp_month": 23,
"exp_year": 29,
"fingerprint": "bX93Qmeh77Yv7Svfu5rWjH1B",
"funding": "du4PLIq7K9CC",
"last4": "eYjvGx"
},
"created_at": "2025-05-09T08:26:13.734Z",
"id": "",
"metadata": {},
"type": "card"
}
]