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": "sgBB279aI6uSNeAk",
    "country": "JeJQdwz0aLF",
    "state": "BgGJWIMMTRTWWSBd8FsLnkI",
    "street1": "RhGXFI88n4paCuuemifHofjpv",
    "street2": "zL4iu3thmJ9PMjeLtZ4dtdJuF",
    "zip": "uuWTBc7nqX"
  },
  "balance": "20.71",
  "created_at": "2024-09-19T16:12:20.063Z",
  "currency": "UlDJ9mNpKqA7I",
  "delinquent": true,
  "email": "H8mYpIZ4V7@NdhxSFQW.com",
  "id": "d4x02Lf3N09urgi3iHTU",
  "metadata": {},
  "name": "PEXUh63l1bdHMg7t4S5fKTI9",
  "phone": "+1-674-838-2162"
}