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": "SZvMlCeBQAGXXRCXXccmy9YQfUm9Z",
    "country": "r2WbAuArv9MWthikP",
    "state": "MMHfUsSLyxjBtCdA6",
    "street1": "SUKnKTAGKPKC4",
    "street2": "dIrcIcTQKd0uMFlr4c9MsCgCM7",
    "zip": ""
  },
  "balance": "3.03",
  "created_at": "2024-09-07T21:57:06.013Z",
  "currency": "HE",
  "delinquent": false,
  "email": "wiDcbOZR45@oAt8.com",
  "id": "honH",
  "metadata": {},
  "name": "bc8ej2jDaj2F9pyA6Re1cdlWBv5z",
  "phone": "+1-699-514-3186"
}