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": "g66jYoDB1PnRfbVjBnAeP",
    "country": "2aEEkhfRtYfcxOJp4oPphAX",
    "state": "Wz76SYnNSX",
    "street1": "OlJkeCsRkHMHlxQE5DRPWkR",
    "street2": "4cJXdQkh2LyWODllNm",
    "zip": "GBgTp"
  },
  "balance": "58.48",
  "created_at": "2024-10-11T02:49:09.535Z",
  "currency": "CD",
  "delinquent": true,
  "email": "gNdJByT6kL@O.com",
  "id": "CwSyW",
  "metadata": {},
  "name": "I6wVMUxCCVmtTStTyS6",
  "phone": "+1-819-992-2830"
}