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": "elBTjU2YSJd",
    "country": "ZddW165OrmymhAn3MtjhGL9tfMDE3",
    "state": "F3nClpd8RDhlcHfKPI5oHmo7",
    "street1": "Vy5r1DbXxCdnxiWZRZLYedU",
    "street2": "J0R",
    "zip": "lxZ4gSKpNf"
  },
  "balance": "51.88",
  "created_at": "2025-03-12T01:37:09.540Z",
  "currency": "WXlYYupjZI6UYANMii0GDiiVG",
  "delinquent": false,
  "email": "GLKJbC3@66Cl4pXG.com",
  "id": "0ODSLxMNzoFcHhC3rGxeGCdD24Kf8b",
  "metadata": {},
  "name": "6b49pVKS7V0CJuvGv0",
  "phone": "+1-627-903-3170"
}