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": "7",
    "country": "X",
    "state": "qkGIje",
    "street1": "cqYSpDqzOTUuqOGdQWhGfGk6",
    "street2": "R1yZQ66NF99yrED8AZCqf",
    "zip": "67z4z"
  },
  "balance": "46.79",
  "created_at": "2025-01-09T18:26:39.741Z",
  "currency": "Y7gz3XZQ4iJ",
  "delinquent": true,
  "email": "vfd2KroSa@D216WMh92T.com",
  "id": "dTXyoywo",
  "metadata": {},
  "name": "mowz0QLvSlcDxc",
  "phone": "+1-491-592-4724"
}