We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa8512 commit 0718c41Copy full SHA for 0718c41
types/stripe-js/stripe.d.ts
@@ -1280,8 +1280,9 @@ export interface Stripe {
1280
): Promise<EphemeralKeyNonceResult>;
1281
1282
/**
1283
- * Requires beta access:
1284
- * Contact [Stripe support](https://support.stripe.com/) for more information.
+ * Use `stripe.initCheckout` to initialize a Checkout instance
+ *
1285
+ * * @docs https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=embedded-components
1286
*/
1287
initCheckout(options: StripeCheckoutOptions): StripeCheckout;
1288
0 commit comments