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": "FpQ0GEUJCbhbn2QZecPjTagSUO",
"country": "6iftxDQ",
"state": "yn6Y",
"street1": "t8UEzJZxWdgSSiKoEJ",
"street2": "8wibnm",
"zip": "wiovd8fb3BbgItd"
},
"name": "j5ErkLVrWxY",
"phone": "+1-415-783-6577"
}'
200 OK
Response{
"address": {
"city": "",
"country": "bayXLRPNzw2Poy0RbCVPoASC2f",
"state": "EuBbAuD6BfiZYP3HdgUJTm1kBAK6X",
"street1": "KwpArXxL0blFTKtrsaq",
"street2": "28ofJDX23P4Qx8IfsUq",
"zip": "sHJ3N"
},
"balance": "43.99",
"created_at": "2024-12-19T17:49:23.287Z",
"currency": "5SfInCVfybSQMK7cleqI",
"delinquent": true,
"email": "6wcU5EW@B93Epe9XAi.com",
"id": "EVGzZmSBHbdZBYyUqq3t8L1hwC8rMo",
"metadata": {},
"name": "32FqswUAuGPhw",
"phone": "+1-636-389-2997"
}