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": "9o",
    "country": "7ioInIMcNIbvm8OTuzlazQEKZ4plH1",
    "state": "J8K",
    "street1": "VmbeI6nPahtvDL4efRntvn1Q8E",
    "street2": "rxrE05ojdnNhEr2Bg",
    "zip": "pKomDHWd"
  },
  "balance": "69.78",
  "created_at": "2024-10-21T17:59:44.493Z",
  "currency": "VuzZbAu5l9mOi9bCBjwR",
  "delinquent": true,
  "email": "blOPwtPgAj@ZQt.com",
  "id": "ze1FfZZtwuSQ2v",
  "metadata": {},
  "name": "xTZj",
  "phone": "+1-719-517-1379"
}