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": "wln78djXp4Xpc44Uzfq",
"country": "CsqqReXIWVd",
"state": "964fpFJ8WYomVv",
"street1": "3YAy6ubdaP8WgD2I0lN9TsCQEmz",
"street2": "GDqTUzzRhj0Bw",
"zip": "1x9Tm48uMbkjbH"
},
"balance": "46.02",
"created_at": "2025-02-27T21:31:00.779Z",
"currency": "xPWwAneGtwCtJ80ra9YuBrD",
"delinquent": true,
"email": "3Uq0Iw5@XSYPYb2.com",
"id": "Nl2DIJK5uBHtRX4wFnPcO",
"metadata": {},
"name": "dndRarLGgflnxCKuomMnXokO2UyQm",
"phone": "+1-974-367-5544"
}