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
| <aid="confirm"></a> `confirm`| <code>(params: [ConfirmCheckoutParams](confirm-checkout-params.mdx)) => Promise\<BillingCheckoutResource\></code> | A function to confirm and finalize the checkout process, usually after payment information has been provided and validated. [Learn more.](#confirm)|
8
-
| <aid="externalclientsecret"></a> `externalClientSecret`|`string`| A client secret from an external payment provider (such as Stripe) used to complete the payment on the client-side. |
9
-
| <aid="externalgatewayid"></a> `externalGatewayId`|`string`| The identifier for the external payment gateway used for this checkout session. |
10
-
| <aid="freetrialendsat"></a> `freeTrialEndsAt`| <code>null \| Date</code> | Unix timestamp (milliseconds) of when the free trial ends. |
11
-
| <aid="id"></a> `id`|`string`| The unique identifier for the checkout session. |
12
-
| <aid="isimmediateplanchange"></a> `isImmediatePlanChange`|`boolean`| Whether the plan change will take effect immediately after checkout. |
13
-
| <aid="pathroot"></a> `pathRoot`|`string`| The root path of the resource. |
14
-
| <aid="payer"></a> `payer`|[`BillingPayerResource`](billing-payer-resource.mdx)| The payer associated with the checkout. |
15
-
| <aid="paymentsource"></a> `paymentSource?`|[`BillingPaymentSourceResource`](billing-payment-source-resource.mdx)| The payment source being used for the checkout, such as a credit card or bank account. |
16
-
| <aid="plan"></a> `plan`|[`BillingPlanResource`](billing-plan-resource.mdx)| The subscription plan details for the checkout. |
17
-
| <aid="planperiod"></a> `planPeriod`| <code>"month" \| "annual"</code> | The billing period for the plan. |
18
-
| <aid="planperiodstart"></a> `planPeriodStart?`|`number`| Unix timestamp (milliseconds) of when the current period starts. |
19
-
| <aid="status"></a> `status`| <code>"completed" \| "needs_confirmation"</code> | The current status of the checkout session. |
20
-
| <aid="totals"></a> `totals`|[`BillingCheckoutTotals`](billing-checkout-totals.mdx)| The total costs, taxes, and other pricing details for the checkout. |
| <aid="confirm"></a> `confirm`| <code>(params: [ConfirmCheckoutParams](/docs/reference/javascript/types/billing-checkout-resource#parameters)) => Promise\<BillingCheckoutResource\></code> | A function to confirm and finalize the checkout process, usually after payment information has been provided and validated. [Learn more.](#confirm)|
8
+
| <aid="externalclientsecret"></a> `externalClientSecret`|`string`| A client secret from an external payment provider (such as Stripe) used to complete the payment on the client-side. |
9
+
| <aid="externalgatewayid"></a> `externalGatewayId`|`string`| The identifier for the external payment gateway used for this checkout session. |
10
+
| <aid="freetrialendsat"></a> `freeTrialEndsAt`| <code>null \| Date</code> | Unix timestamp (milliseconds) of when the free trial ends. |
11
+
| <aid="id"></a> `id`|`string`| The unique identifier for the checkout session. |
12
+
| <aid="isimmediateplanchange"></a> `isImmediatePlanChange`|`boolean`| Whether the plan change will take effect immediately after checkout. |
13
+
| <aid="pathroot"></a> `pathRoot`|`string`| The root path of the resource. |
14
+
| <aid="payer"></a> `payer`|[`BillingPayerResource`](billing-payer-resource.mdx)| The payer associated with the checkout. |
15
+
| <aid="paymentsource"></a> `paymentSource?`|[`BillingPaymentSourceResource`](billing-payment-source-resource.mdx)| The payment source being used for the checkout, such as a credit card or bank account. |
16
+
| <aid="plan"></a> `plan`|[`BillingPlanResource`](billing-plan-resource.mdx)| The subscription plan details for the checkout. |
17
+
| <aid="planperiod"></a> `planPeriod`| <code>"month" \| "annual"</code> | The billing period for the plan. |
18
+
| <aid="planperiodstart"></a> `planPeriodStart?`|`number`| Unix timestamp (milliseconds) of when the current period starts. |
19
+
| <aid="status"></a> `status`| <code>"completed" \| "needs_confirmation"</code> | The current status of the checkout session. |
20
+
| <aid="totals"></a> `totals`|[`BillingCheckoutTotals`](billing-checkout-totals.mdx)| The total costs, taxes, and other pricing details for the checkout. |
0 commit comments