-
**Integrate a secure payment gateway into the FreelanceRevise platform to facilitate seamless transactions between users and service providers. The integration should support multiple payment methods …
-
`wp mergebot-schema generate --plugin=woocommerce-gateway-stripe --version=4.1.0`
-
It made complete sense that the old `solidus_gateway` extension was built on top of `active_merchant`, because both of them are meant to support a large number of gateways with as uniform a style as p…
-
**Describe the bug**
This bug affects all Indian credit card holders for autopay mandates with Woocommerce Subscriptions.
Please refer to [this document](https://docs.stripe.com/india-recurring-pa…
-
### Problem
We must only attempt to create and confirm an intent for orders with a pending/failed status.
We could check that `$order->needs_payment()` before processing a payment for this.
T…
-
All our Stripe transactions were processing, but "city" information wasn't being logged by Stripe. In the Stripe gateway CFC (`/api/gateway/stripe/stripe.cfc`), all address parameters are being confi…
-
### Description
I'm working on a project to let users subscribe to payed subscriptions featured by stripe. When I try to add a payment source of the type `ideal` or `bancontact` I'll recieve an error…
-
**Is your feature request related to a problem? Please describe.**
As an e-commerce website, the website must have a payment gateway to facilitate the users with seamless payment experience
**Desc…
-
Using stripe_checkout, I'm getting following vague error. It doesn't really tell me what to look into next in order to get this solved.
```
Fatal error: Uncaught Payum\Core\Reply\HttpResponse in /…
KRens updated
3 years ago
-
**Describe the bug**
I tried to enable these two payment methods in my woocommerce settings (with `woocommerce-gateway-stripe`):
1. Stripe SEPA Direct Debit
2. Stripe giropay
Unfortunately, …