Skip to content

Commit 3a8351c

Browse files
XaosSintezadamaltmanmehicalen
authored
Add subscription billingPortalToken (#1834)
* Add subscription billingPortalToken * Update openapi/components/schemas/Subscription.yaml Co-authored-by: Adam Altman <[email protected]> --------- Co-authored-by: Adam Altman <[email protected]> Co-authored-by: Alen Mehic <[email protected]>
1 parent 61a230f commit 3a8351c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openapi/components/schemas/Subscription.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,15 @@ properties:
441441
If this value is `null`, this field uses risk metadata that is captured when creating the payment token.
442442
allOf:
443443
- $ref: ./RiskMetadata.yaml
444+
billingPortalToken:
445+
description: |-
446+
Customer JWT to access billing portal. This field is presented only if billing portal exists.
447+
This is an experimental field and can be changed or removed in the future.
448+
type:
449+
- 'string'
450+
- 'null'
451+
readOnly: true
452+
x-badge: experimental
444453
customFields:
445454
$ref: ./ResourceCustomFields.yaml
446455
createdTime:

0 commit comments

Comments
 (0)