-
### 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…
-
The `authorization failed` and `authorization expired` statuses, along with any SCA status can only be checked using the `payment_intent` object, which is not expandable when using the charge API. We …
-
Currently the demo is displaying the following error when testing the checkout: No such payment_intent: pi_(some_random_id)
Might be related to https://ecommerce-netlify.netlify.app/.netlify/functi…
Coiot updated
2 years ago
-
## Description
This task requires experimentation to refine the scope.
The main differences between Interac and other card-present payments are:
1. Payments are collected and captured from the clie…
-
"medusa-payment-stripe": "^6.0.7",
medusa 1.20.2
Stripe Plugin tries to capture already captured payment, when capture is set to automatic resulting in 400 in stripe...
my stripe config
```
…
-
Hello,
I would like to know is you are going to include the Stripe migration to payment intents in this plugin.
I am using this plugin in some projects and I have to update my project to new Strip…
-
### Description
Previously, the server would confirm the PaymentIntent, allowing additional request parameters to be added through the EVENT_BEFORE_CONFIRM_PAYMENT_INTENT event. Our code injected the…
-
Since we have an object-oriented system design, objects are the system's foundation.
It would be handy to be able to standartaise how we define object lifecycle and manage it.
Everything is an o…
-
We have been discussing whether we should prepare the card reader for payment immediately after the user enters the checkout screen or if we should add a CTA instead. We decided to start with the fast…
-
**Am having issues with initializing the flutter project with Stripe Package**
So, I been trying to use flutter_stripe to confirm a payment intent created from my server which send the Payment Intent…