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": "",
"country": "jxRil3d",
"state": "VcOvekCLp",
"street1": "YzcoiHreWPs1pfOl6y1V7",
"street2": "J",
"zip": ""
},
"balance": "8.63",
"created_at": "2025-01-17T16:13:45.874Z",
"currency": "xwyrQC7q53jEkfiZgz1A",
"delinquent": false,
"email": "mA1f@sBVPgElHH.com",
"id": "mEsY7ZsfIGwSGd2k8OPCGxkci",
"metadata": {},
"name": "LLwa81",
"phone": "+1-819-462-6079"
}