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": "Ptc4T3DX8GrohE7xKzMd4SgvQAjp5E",
    "country": "oeJIdvleDt8a5D",
    "state": "3PoUefjwgNh",
    "street1": "",
    "street2": "hEbBy8JskDwh",
    "zip": "yQpfYBwF"
  },
  "balance": "41.07",
  "created_at": "2025-01-17T16:13:25.708Z",
  "currency": "qog0Dadcsuz0PuLRUjcD98",
  "delinquent": true,
  "email": "CRGepeIa@74g3w.com",
  "id": "loiwaz",
  "metadata": {},
  "name": "7i5jEqw0g2ScsHyGN5NHG9Rl",
  "phone": "+1-876-903-6201"
}