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": "",
    "country": "FZwQh4i1",
    "state": "qVODNYzR",
    "street1": "kbtAwMJLxp4I",
    "street2": "7JKoqLpHSOSsmM77bLmdhJm",
    "zip": "sVzbRJAaIKOrtwMScte"
  },
  "balance": "20.21",
  "created_at": "2025-07-04T14:10:24.183Z",
  "currency": "C8CocxuGUheVkts0g3whyOcoE",
  "delinquent": false,
  "email": "aTvAM@.com",
  "id": "zHNPVaZsRhEUGmMx7YqboiX",
  "metadata": {},
  "name": "PEyZ5GNhhQ",
  "phone": "+1-711-755-5692"
}