You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The URL to redirect to after the purchase is canceled or fails',
115
+
},
116
+
customerExternalId: {
117
+
type: 'string',
118
+
description: 'The id of the Customer for this purchase session, as defined in your system',
119
+
},
120
+
priceId: {
121
+
type: 'string',
122
+
},
123
+
successUrl: {
124
+
type: 'string',
125
+
description: 'The URL to redirect to after the purchase is successful',
126
+
},
127
+
targetSubscriptionId: {
128
+
type: 'string',
129
+
},
130
+
type: {
131
+
type: 'string',
132
+
enum: ['activate_subscription'],
133
+
},
134
+
outputMetadata: {
135
+
type: 'object',
136
+
description:
137
+
'Metadata that will get added to the purchase or subscription created when this checkout session succeeds. Ignored if the checkout session is of type `invoice`.',
138
+
},
139
+
outputName: {
140
+
type: 'string',
141
+
description:
142
+
'The name of the purchase or subscription created when this checkout session succeeds. Ignored if the checkout session is of type `invoice`.',
0 commit comments