-
Error initializing a Stripe.presentPaymentSheet() using @capacitor-community/stripe version 4.2.2 with stripe-pwa-elements.
Erro: TypeError: Cannot read properties of null (reading 'addEventListen…
-
Hello, is it possible to integrate Stripe with this page (while keeping the animations) ?
I tried on my side and I did not succeed...
If anyone was successful, feel free to share.
Thank you đź‘Ť
-
GitHub user and web developer @bhtw raises a requirement to render separate inputs a la [this example](https://codepen.io/pigd0g/pen/oNXbKzQ). Stripe.js exposes apis to pull this off. I'd be intereste…
-
### Describe the solution you'd like
It would be awesome if you could update [this example](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/src/StoreApi/docs/checkout.md#p…
-
It could be pretty nifty if we could derive a nice compatible theming of gt tables from a complete ggplot2 theme...
-
First of all, thanks for this nice wrapper! Unfortunately, it seems that setting a line-height for the base style with `--stripe-elements-base-line-height` is not working properly. Once set, the strip…
-
**Describe the bug**
I'm trying to use the prop `redirect="if_required"` to create a payment element without setting up a payment intent, but every time I test the stripe form using the dummy card de…
-
**Is your feature request related to a problem? Please describe.**
Post 2.1, Stripe card input field text is no longer customizable via CSS. CSS from the parent document doesn't get inherited by the …
LMNTL updated
2 years ago
-
While investigating the use of this library, I noticed there is no custom property available to customize the color of the text used as a placeholder in Stripe Elements input texts. However, the Strip…
-
I am trying to create a payment form of individual inputs not the one element for the whole card, like
```
var elements = stripe.elements();
var cardNumberElement = elements.create('cardNumber')…