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": "NJ7LiCq",
"country": "8JhCgIO6SxWvN2ttsNwSJ9xtGW1TX",
"state": "NqcInv",
"street1": "61gMVBxwGiB4L5Gv8IpqrnZo7akiR",
"street2": "k9aRdfnaGpEr55BY7T",
"zip": "1DSPeDepNhG9BYl9k0"
},
"name": "RRKG",
"phone": "+1-619-261-3828"
},
"card": {
"brand": "ecjegqDpWHez87KfLoL",
"checks": {
"address_line1_check": "rpmuUDH8dQ5Vz1Gw",
"address_postal_code_check": "Ad",
"cvc_check": ""
},
"country": "uO4O3Pj3m9SWGWlBrqRa",
"exp_month": 26,
"exp_year": 13,
"fingerprint": "kEG7SWGvmKvtAKmvLng",
"funding": "c5FoaXurFc47rEzm2Q",
"last4": "wwMITGJ6ZJ"
},
"created_at": "2025-01-07T17:17:22.920Z",
"id": "2MnydooUvMUqi",
"metadata": {},
"type": "card"
}
]