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": "TbaiOWX34",
    "country": "DiMxJayUSiOTnTaDX",
    "state": "85bxEQ9Qkk",
    "street1": "wopPMEXYlYlyZI2",
    "street2": "P4Gjr",
    "zip": "9Zp0wGZIdpYk"
  },
  "balance": "20.01",
  "created_at": "2025-08-14T21:14:52.314Z",
  "currency": "8O",
  "delinquent": false,
  "email": "@I.com",
  "id": "GHhTjmboXWRdv4QkqN",
  "metadata": {},
  "name": "p7Pqg33n8bzGusP4Uc",
  "phone": "+1-172-535-9798"
}