We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a230f commit 3a8351cCopy full SHA for 3a8351c
openapi/components/schemas/Subscription.yaml
@@ -441,6 +441,15 @@ properties:
441
If this value is `null`, this field uses risk metadata that is captured when creating the payment token.
442
allOf:
443
- $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
453
customFields:
454
$ref: ./ResourceCustomFields.yaml
455
createdTime:
0 commit comments