0.4.0 More Payment Methods & Pay to bump
Payment Methods
Stripe recently released an update called "automatic payment methods" which removes the need of the code to specify the payment methods available during handling of payment or subscription. For more information see https://stripe.com/docs/payments/dashboard-payment-methods. With this new feature, we are able to fully delegate payment method selection to Stripe, offering a much larger array of methods per default.
How to enable this?
- Update the extension on your installation to at least 0.4.0.
- Go to your Stripe dashboard to configure payment settings (https://dashboard.stripe.com/settings/payment_methods), choose "No platform" in case there's a dropdown. And enable/configure the payment methods.
- Stripe, during checkout on your community, will now automatically look at available payment methods and offer them to the user.
PS stripe does not support PayPal, but every other payment method that works with one-off payments or recurring payments will be offered to the checkout flow of the different product plans. Here's a list of Stripes' supported payment options (Checkout Payments and Checkout Subscriptions mode): https://stripe.com/docs/payments/payment-methods/integration-options.
I have updated the OP to include the current list of payment methods available through Stripe: https://discuss.flarum.org/d/26095-payments-monetize-your-community
Pay To Bump
In addition to this the extension now also supports Pay To Bump. Pay to bump allows users to push their discussion back to the top of their stream in return for pay.
You can enable Pay to Bump per tag in the tag edit modal. It requires a one-off, single payment product to be configured.