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": "TH6Btdyhw9mxMgWQWjl94CpFeVFIRS",
    "country": "tEfF9MH5os3FCFmuuJrLDYZw",
    "state": "llsyaOmS6aOLuQRKZlXGaLKFz",
    "street1": "z1z9AjSIyUam2PemKHUgIqBa",
    "street2": "R",
    "zip": "GS5uSc1Uq8lQMheZ2Ln2Ia5"
  },
  "balance": "84.91",
  "created_at": "2025-02-27T21:30:43.425Z",
  "currency": "I36ACtOL4yEwEOlBD6Gb6am7",
  "delinquent": false,
  "email": "N@D.com",
  "id": "QkZHScEM9plK4J1GljZ8up3f7cp",
  "metadata": {},
  "name": "T",
  "phone": "+1-259-983-5673"
}