Logo
Zoom Public API Documentation

Update billing information

PATCH {{baseUrl}}/accounts/:accountId/billing

Update billing information of a sub account.

This API can only be used by master accounts that pay all billing charges of their associated sub accounts. Zoom allows only approved partners to use master APIs and manage sub accounts' billing information. Email the partner programs team at partner-success@zoom.us for more details.

Prerequisites: * Pro or a higher paid account with master account option enabled.

Scopes: billing:master

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





Curl
curl -X PATCH 'https://api.zoom.us/v2/accounts/:accountId/billing' -H 'Content-Type: application/json' -d '{"address":"\u003cstring\u003e","apt":"\u003cstring\u003e","city":"\u003cstring\u003e","country":"\u003cstring\u003e","email":"\u003cstring\u003e","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","state":"\u003cstring\u003e","zip":"\u003cstring\u003e"}'

ENDPOINTS