API → Payments → Update 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": "ddu",
"country": "vjXtbSeTNG",
"state": "v1f1UVeu",
"street1": "8gYA6zgSQ60QwjRuok70uv3dH",
"street2": "wL6pGoUU9fH1xa7Ib34",
"zip": "2aTzRjeNyrSd8W5VJ5"
},
"name": "Qjo89PXL7O8Fb",
"phone": "+1-487-191-6273"
}'
200 OK
Response{
"address": {
"city": "",
"country": "TsZGrFe56bzVXH7",
"state": "6a7BaRFKeVXnTIWq2r",
"street1": "UWRk",
"street2": "VKd2ohl14Me2kBDmQ9hlNANmcGM",
"zip": "D4PSRVSYvoXK76TlyqaZTSu"
},
"balance": "1.45",
"created_at": "2025-01-09T18:26:25.252Z",
"currency": "1VrQy",
"delinquent": false,
"email": "H2Q6I1X@supuwB.com",
"id": "kbR",
"metadata": {},
"name": "gFCbuA4seqhpEiV",
"phone": "+1-604-478-5919"
}