API → Payments → Get payment info about your user
Parameters
No parameters
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
get
/user/payment$ curl "https://api.zoo.dev/user/payment" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"address": {
"city": "jtlMeD5pS8kv1d",
"country": "nA2L7fiXEmFtaxGvUa03ba1zLBghN",
"state": "BHq6ZLOVatbaqR4CyA7L3J8",
"street1": "WF6H3EqeNbDDI19nd7AdXgX",
"street2": "AcYyD92NAeEZ5HsYibyq5k0lGtfM",
"zip": "tEQyg"
},
"balance": "12.00",
"created_at": "2025-04-25T16:39:41.845Z",
"currency": "blaU5YsebFXTynGn8XpV",
"delinquent": false,
"email": "glBhM4x3G5@4N7eh.com",
"id": "XdwC",
"metadata": {},
"name": "0mjumkvro3L7kuPQn5KxVhXe1QKrI",
"phone": "+1-163-696-8988"
}