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": "5MTvOnBvtLPzUjpKkQ0tYl28UeiL",
    "country": "ZC3vISCVMrl",
    "state": "vBNcdEYMFQuzfmkydhQoRct",
    "street1": "qy",
    "street2": "VmHsuVdiIUq0jcPfv7fTE2EIhckx",
    "zip": "f0HoyeqPSenC7b"
  },
  "balance": "1.80",
  "created_at": "2025-01-14T18:18:45.376Z",
  "currency": "Z",
  "delinquent": false,
  "email": "uYBVPTPF@.com",
  "id": "pKlFDW2shmAz3S6uA2RZAz8M",
  "metadata": {},
  "name": "DZwO",
  "phone": "+1-406-551-7908"
}