API → PaymentsGet payment info about your user

Parameters

No parameters

Returns

get
/user/payment
$ curl "https://api.zoo.dev/user/payment" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "address": {
    "city": "qLUiVHJ4X8Q",
    "country": "INOv2WvGi",
    "state": "3QfR4VkOMJ293fGuEO4nlOb",
    "street1": "H1NAuh39gq88Ozk6Yy82",
    "street2": "5",
    "zip": "LCPAg6VI"
  },
  "balance": "66.14",
  "created_at": "2025-04-21T20:02:02.755Z",
  "currency": "xPzbghCpz7Hzlo8nYi",
  "delinquent": true,
  "email": "JwcmU@3.com",
  "id": "",
  "metadata": {},
  "name": "VwlTS5ZmYDfQEssVH3UyrQL3uim",
  "phone": "+1-856-112-1804"
}