API → Payments → Get payment info about your org
Parameters
No parameters
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
get
/org/payment$ curl "https://api.zoo.dev/org/payment" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"address": {
"city": "7FAwqH",
"country": "nXC4gHGjDOaciH",
"state": "PVogWuqNmcPt",
"street1": "AJDCsPYaiMWDrB8mE",
"street2": "ny7KY5o",
"zip": "Gp"
},
"balance": "77.83",
"created_at": "2024-12-19T17:49:21.086Z",
"currency": "PZmqp2qSfakB",
"delinquent": true,
"email": "sJi0@.com",
"id": "4BxjKTaq6np3cmQmExET8",
"metadata": {},
"name": "lugyEIPZVMVLbvB1sSs7p",
"phone": "+1-168-581-5900"
}