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
-[`stripe.elements([options])`](https://stripe.com/docs/elements/reference#stripe-elements), if for some reason you need to
24
+
- Inject a `stripev3` service into your controllers so you can use the functions usually available on the `stripe` object (see https://stripe.com/docs/stripe-js/reference#the-stripe-object):
25
+
-`stripe.elements()`
26
+
-`stripe.createToken()`
27
+
-`stripe.createSource()`
28
+
-`stripe.createPaymentMethod()`
29
+
-`stripe.retrieveSource()`
30
+
-`stripe.paymentRequest()`
31
+
-`stripe.redirectToCheckout()`
32
+
-`stripe.retrievePaymentIntent()`
33
+
-`stripe.handleCardPayment()`
34
+
-`stripe.handleCardAction()`
35
+
-`stripe.confirmPaymentIntent()`
36
+
-`stripe.handleCardSetup()`
37
+
-`stripe.retrieveSetupIntent()`
38
+
-`stripe.confirmSetupIntent()`
30
39
- Simple, configurable Ember components like `{{stripe-card}}` (demoed in the gif above)
0 commit comments