APIPaymentsGet 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": "tSO6wbYgvntrVnD3rpBbAZxSYwR",
    "country": "NF",
    "state": "4zo",
    "street1": "CuPtJjT7b2rQLoyf",
    "street2": "ULedRl9xKV6X0EGHG23E5a",
    "zip": "3UVeUy9VAJ"
  },
  "balance": "82.37",
  "created_at": "2025-07-25T23:10:08.419Z",
  "currency": "eQt9ehOPmgofSREo",
  "delinquent": false,
  "email": "TVYrW5Pr@Q.com",
  "id": "7Ut91InmQ83js82",
  "metadata": {},
  "name": "5aqHQEWCFhKjPouZF8D",
  "phone": "+1-266-213-2961"
}