Est-il possible de permettre aux utilisateurs de payer en allant sur le site Web de Stripe ? De nombreux utilisateurs de mon forum préféreraient cela pour plus de sécurité, l’interface utilisateur est également beaucoup plus propre. De cette façon, je peux également activer plus d’options Stripe, par exemple, Paypal.
Oui, cela peut être fait en publiant simplement un lien pour le paiement par Stripe dans un message de forum.
Il existe peut-être une autre façon d’intégrer Stripe directement à Discourse.
Cela pourrait fonctionner, mais je veux attribuer automatiquement un groupe une fois le paiement réussi.
Je ne suis pas sûr si cela pourrait être automatisé ou si vous pourriez simplement le faire manuellement.
Cela pourrait être une demande de fonctionnalité. J’ai essayé une recherche qui semble indiquer qu’il y a déjà eu des discussions à ce sujet ou des questions similaires.
J’ai trouvé celle-ci, je ne sais pas s’il y a quelque chose d’utile ici :
This is underway and should be wrapped up next week. Address fields will be passed to Stripe and captured for the Stripe customer.
Cela peut être automatisé avec le plugin d’abonnement actuel (il écoute les webhooks), mais je me demande comment le lier au lien de paiement Stripe.
Il peut y avoir des réponses ici :
Continuing the discussion from Discourse Subscriptions :
Possible bug: A user is added to the Discourse group when a subscription starts, but the user is not removed when the subscription is cancelled.
I’ve cancelled via Discourse (logged in as the user) and cancelled via Stripe’s website, but in neither case was the test user removed from the group. Perhaps it is relevant that I am still in Stripe test mode.
I’m putting this in the “bug” category but if I’m missing something then feel free t…
Summary
The Discourse Subscriptions plugin allows site owners to sell recurring and one-time purchase subscriptions that grant access to a group on a Discourse instance.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
The Discourse Subscriptions plugin allows you to create one-time as well as recurring subscriptions that users can pay for in order to access gated content. This can be a great …
J’ai trouvé un plugin qui pourrait être utile dans mon cas : Stripe Donations Plugin
Il n’est pas maintenu, mais je vais l’essayer et vous tiendrai au courant.
EDIT : Il semble avoir une page de paiement personnalisée, tout comme les autres. Je vais continuer à chercher.
Voici un autre sujet avec une question similaire :
Is it possible for users to charge a fee to permit other users access to their groups, and related group materials? I know it is not an off-the-shelf feature, but is it possible?
Paid group membership (in turn granting access to specific categories) is an existing feature. Take a look in #plugins
Examples include Patreon , Procourse Memberships and Subscriptia .
If you have an existing website which handles such memberships you can also deliver group membership information via your SSO payload.
Users can’t charge others fees directly on a site they don’t own, would it make sense for them to even be able to?
nathank
(Nathan Kershaw)
Octobre 6, 2023, 6:13
10
Ce serait probablement la meilleure réponse, mais elle est incomplète. Vous pourriez aimer contribuer au projet :
@Alex_王 @Jonathan5 @nathank
if you want you can try out the updated code you can check out the branch from this PR:
you will have to run the stripe cli locally to relay the webhook messages. This is the command to use:
stripe listen --forward-to http://localhost:4200/subscriptions/hooks --api-key yourapikey
you also need to add the stripe webhook secret to the discourse instance (as the plugin setting “webhook secret”). You can find it in the code sample on the right in the webhook creatio…
1 « J'aime »