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": "RQJP62IXx024vN",
    "country": "WMaGhdnQLDxnEhtewAgqY5jDfyT",
    "state": "XWj0QaatiKh9p3JsP81LzBro95yA",
    "street1": "Ozt2Ax5rBSPwPGS0af8ToMsZ",
    "street2": "",
    "zip": "lY"
  },
  "balance": "47.00",
  "created_at": "2024-10-21T17:59:36.516Z",
  "currency": "vy8syTB0rJW0evWYi1layZ",
  "delinquent": false,
  "email": "nSuB7ZRJ2x@prS9Ql.com",
  "id": "vrIAGdfzytoU4W3u",
  "metadata": {},
  "name": "LzZzNR3thteU48QKFrp",
  "phone": "+1-696-925-4492"
}