Skip to content

Commit 5d4da4f

Browse files
authored
Update billing-settings-embed.md
1 parent c68b44d commit 5d4da4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/billing-settings-embed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ In the init for a request embed, these are the options which can customize the e
2020
| handleResponse | function(response) | a function which gets called after billing operations occur |
2121
| token | string | A JSON web token for the user account being managed (generated by the server code) |
2222
| [disablePlanChange] | boolean | if true, a customer will not be able to change their plan using the embeddable |
23+
| [serviceInstanceId] | string | If specified, only pull up the billing settings for this specific instance, useful if your customers can have multiple subscriptions and you don't want them to see all of them on one page |
2324

2425
## Example Billing Settings Config
2526
```javascript

0 commit comments

Comments
 (0)