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": "ldz6GwohoREV1fz7121BtO",
    "country": "Zj",
    "state": "UAP0kIllaICLCKpbu9",
    "street1": "GW7ZnsVJ3",
    "street2": "dlBWeL7FlkJKOqXu",
    "zip": "EH"
  },
  "balance": "39.95",
  "created_at": "2024-10-11T00:34:34.086Z",
  "currency": "tVuhKvVFQhQNdjXUIU6p7m6aP",
  "delinquent": false,
  "email": "DAA@.com",
  "id": "rbN9",
  "metadata": {},
  "name": "bsH3Gyr",
  "phone": "+1-644-581-2147"
}