API → PaymentsUpdate payment info for your user
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
put
/user/payment$ curl -X PUT "https://api.zoo.dev/user/payment" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"address": {
"city": "mlKpluKdQXo7nLPwj3UcKbvn7AMhy",
"country": "QNgay4hkfkPqQPCwBw",
"state": "dKsLRRhNg2u4RH2Q7xk",
"street1": "3FywWuvf",
"street2": "mcMMQ89arOjXdTGofbA8yd1",
"zip": "PTh1zp0Y3"
},
"name": "nGNA",
"phone": "+1-881-312-1980"
}'
200 OK
Response{
"address": {
"city": "FIDEjvZQAVsQK",
"country": "ngF2L4bppMBcwZfHNJaXuAfxDkCt4",
"state": "0oBMjgKI4okTY7y4",
"street1": "DSGrky6NHXCjZ8gnc7D0cf",
"street2": "V",
"zip": "o"
},
"balance": "56.93",
"created_at": "2025-06-13T18:06:28.180Z",
"currency": "18aqPa0wxXn8Cp2gTofJ",
"delinquent": false,
"email": "i79usl@cSJK7w.com",
"id": "72zY7M4V331ywUSRqjDFxMTi",
"metadata": {},
"name": "vZAdSwaEoNR2gk5",
"phone": "+1-248-760-9004"
}