-
-
Hi - Thanks for this awesome project! I've been reviewing the code base and just have a few suggestions that I think apply.
### @Input properties
They should not use a definite assignment asser…
-
Should GitHub Sponsors show up on the https://www.djangoproject.com/fundraising/ page?
This feels like an oversight, but as a long-time donor, I prefer to donate this way rather than through Strip…
-
I have been looking around and Stripe seems quite popular. They charge a flat fee of 2.9% so it is lower than Paypal. It would be great if we could offer users the choice of Stripe or Paypal. And now …
-
Was getting a subscription w/just a `subscriptionId` as noted here https://stripe.com/docs/api#retrieve_subscription but I had to give the `userId` as well to get streifen to play nice.
Error:
>[…
-
This is a big omission in the system that I'm sure a lot of people want: The ability to take fixed payments, like "$50.00 to donate a cow" and also "$20.00 for monthly subscription". Stripe allows th…
-
currently, we are using client side web hooks without authentication. The goal is to use the [rails session/authentication](https://api.rubyonrails.org/classes/ActionController/HttpAuthentication/Toke…
-
## Summary
Can't import STPCardScanner, STPCameraView, and STPCardScannerDelegate into project. I've integrated stripe with custom UI and I will like to be able to use the new scanner in version 20.0…
-
I have recently changed some code so that it no longer uses [PaymentIntent.html#create(Map)](https://stripe.dev/stripe-java/com/stripe/model/PaymentIntent.html#create(java.util.Map)) and instead uses …
-
#### Issue Summary
I created a plan and when I try to run the sync_plans() command, it gives me a KeyError exception.
```
PINAX_STRIPE_API_VERSION = '2018-05-21'
```
#### Steps to Reproduce…