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": "YUpPB2OEZlpYjwgTUhsGDh7OCmQGGD",
    "country": "nDZDrmZvlo",
    "state": "JRoZfcHaZlancAFtRRQvqg9lWw",
    "street1": "NCidePWP",
    "street2": "GsQGJL25jw",
    "zip": "eyXid1"
  },
  "balance": "96.29",
  "created_at": "2024-07-27T01:16:05.368Z",
  "currency": "whXV",
  "delinquent": false,
  "email": "bCnxkmwa@.com",
  "id": "gZi1SYlI58MAxeBmlGP8ffdM",
  "metadata": {},
  "name": "l2hx",
  "phone": "+1-961-784-6156"
}