API → PaymentsGet payment info about your org

Parameters

No parameters

Returns

get
/org/payment
$ curl "https://api.zoo.dev/org/payment" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "address": {
    "city": "8hcTpyIJY3Gp",
    "country": "C6yxS3sh59HRFjAcer",
    "state": "fRSf0BzD0Mhi07wk6httlzNJQs8",
    "street1": "4uW21gM0E6KI1oe9aGrOxr4uyM",
    "street2": "jDS0UBpDouIZyKYvK5X5UNUB",
    "zip": "I92iPv5r0DhPOkyqoaOWQLPHA"
  },
  "balance": "58.78",
  "created_at": "2025-04-21T20:01:45.757Z",
  "currency": "pKOGFV",
  "delinquent": true,
  "email": "TW8oAhNsA@jr.com",
  "id": "4G7a1Mpu7ucYid1q",
  "metadata": {},
  "name": "D5NArw6UF2v",
  "phone": "+1-366-607-8771"
}