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": "CMYXnj",
"country": "EEobQYuiIhdALlQOOiHEJOhDsemIn",
"state": "4",
"street1": "zNyMZZJ93e",
"street2": "I",
"zip": "Yx7C84qpAW"
},
"name": "futSo1Bnn",
"phone": "+1-119-315-7625"
}'
200 OK
Response{
"address": {
"city": "teKLC",
"country": "BbNgdfLXHd8yaRd4ldX61ps",
"state": "5XYuCsHIO",
"street1": "rTKomX2YcOktU",
"street2": "tAhYVgikWMYw44Q",
"zip": "pftL2"
},
"balance": "21.42",
"created_at": "2025-05-08T23:03:01.612Z",
"currency": "yKg94fdkoet",
"delinquent": true,
"email": "@.com",
"id": "OSDfS1Zbra7L2vRGg1mY8y",
"metadata": {},
"name": "wYuNo3bcum0qCmeJ0KwXAoF6fx",
"phone": "+1-331-381-5819"
}