API → PaymentsUpdate payment info for your org
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
put
/org/payment$ curl -X PUT "https://api.zoo.dev/org/payment" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"address": {
"city": "4c8rg5g1eafnHOkb9l745",
"country": "57J",
"state": "1D6sv74OJUwpLGl",
"street1": "62Wnttbl7584yWK3eqUoP4fWSxP26",
"street2": "10RXvQM5",
"zip": "aWqwi1F"
},
"name": "n",
"phone": "+1-960-934-2131"
}'
200 OK
Response{
"address": {
"city": "PdhG",
"country": "pZ",
"state": "NLs63UjY",
"street1": "7",
"street2": "7hlEzv8rTQ",
"zip": "G77d2u79zsymV2mluLliCy"
},
"balance": "75.49",
"created_at": "2025-05-22T02:04:04.445Z",
"currency": "6E",
"delinquent": false,
"email": "V0uEWU8@tTo.com",
"id": "XMqLYL4UIVB0oVPLB",
"metadata": {},
"name": "e",
"phone": "+1-116-706-4615"
}