-
Hi,
I was looking for [create card api](https://stripe.com/docs/api/curl#create_card). Am I missing anything in README?
I would be happy to add it if you think it should be.
Thanks
Taha
-
Issue: breaking changes over major sdk releases
As stated in [this](https://github.com/lolmx/Stripe/issues/4#issuecomment-530978139) and [this](https://github.com/lolmx/Stripe/issues/4#issuecomment…
lolmx updated
5 years ago
-
Status for Stripe's API
-
Hey,
I working on a symfony 4 project and when i wanted to integrate the bundle. when i try to create a customer i have this
```
Uncaught PHP Exception Symfony\Component\DependencyInjection\Exce…
-
The Stripe APIs are going to change soon, This will require the use PaymentIntents it is possible with this library or will be possible before the 14 of September?
Useful link:
PaymentIntent A…
-
-
### Implement Subscription Payments
- [x] Create
- [x] 3 tiers of payments `Free`, `Basic` and `Premium`
- [x] For now keep `Basic` as **$49** and `Premium` as **$99**
- [x] If paid annua…
-
I'm using the following line in my `Cargo.toml`:
```toml
async-stripe = { version = "0.13", default-features = false, features = ["runtime-tokio-hyper-rustls", "billing", "webhook-events"] }
```
…
dthul updated
7 months ago
-
### OAuth2-Proxy Version
7.6.0
### Provider
google
### Expected Behaviour
In 7.5.1 we were running the following upstreamConfig
```
upstreamConfig:
upstreams:
- id: …
-
Hello,
Thanks for putting together this great gem. I'm trying to get it working with one of my client sites (using rails 4.1.8 with protected_attributes gem for compatibility) and I'm having an issue…