¿Es posible permitir que los usuarios paguen yendo al sitio web de Stripe? A muchos usuarios de mi foro les gustaría que fuera más seguro, la interfaz de usuario también es mucho más limpia. De esta manera, también puedo habilitar más opciones de Stripe, por ejemplo, PayPal.
Sí, eso se puede hacer simplemente publicando un enlace para el pago con Stripe en una publicación de foro.
Puede haber otra forma de integrar Stripe directamente con Discourse.
Eso podría funcionar, pero quiero asignar automáticamente un grupo una vez que el pago sea exitoso.
No estoy seguro si eso se podría automatizar o si simplemente podrías hacerlo manualmente.
Puede que sea una solicitud de función. Intenté buscar y parece que ya se ha hablado de eso o de preguntas similares.
Encontré esta, no sé si hay algo útil aquí:
This is underway and should be wrapped up next week. Address fields will be passed to Stripe and captured for the Stripe customer.
Se puede automatizar con el plugin de suscripciones actual (escucha el webhook), pero me pregunto cómo vincularlo al enlace de pago de Stripe.
Puede haber respuestas aquí:
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 …
Encontré un plugin que podría ser útil para mi caso: Stripe Donations Plugin
Sin embargo, no está mantenido, lo probaré y te informaré.
EDITAR: Parece que tiene una página de pago personalizada al igual que los otros, seguiré buscando.
Aquí hay otro tema con una pregunta similar:
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)
6 Octubre, 2023 06:13
10
Esta probablemente sería la mejor respuesta, pero está incompleta. Quizás te gustaría contribuir al proyecto:
@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 me gusta