# Stripe Donations Plugin

**URL:** https://meta.discourse.org/t/stripe-donations-plugin/59036
**Category:** Plugin
**Created:** [13.Март.2017 23:11:53 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036 "2017-03-13T23:11:53Z")
**Posts on this page:** 14
**Page:** 4

<div class="post-metadata">

### Author: ![kimardenmiller](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kimardenmiller/32/119631_2.png) [@kimardenmiller](https://meta.discourse.org/u/kimardenmiller)
#### Post date: [06.Июнь.2019 23:02:59 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/68 "2019-06-06T23:02:59Z")

</div>

@ChrisBeach looking to fork [discourse-paid-pinning](https://github.com/chrisbeach/discourse-paid-pinning) or [discourse-donations](https://github.com/chrisbeach/discourse-donations.git) to start a membership plugin around a similar paradigm / borrow your check out & and rewards controller. Should we borrow a combo of the two, since discourse-donations is closer to what we’re building but discourse-paid-pinning is newer, tests are passing, and perhaps some things improved?

Has one else out there has done a membership plugin along your lines, where?:

- Users can get to a basic site, whereupon they can then

- Access important groups / categories is behind a paywall.

We’re currently using Memberful, but don’t like their SSO approach that disables site invites, hides membership status from within Discourse, and is expensive. We’d like to take and extend what discourse-donations does to:

- Have the _rewards_ access expire after a period

- Message users to renew, then

- Remove user from the reward group after membership expires.

---

<div class="post-metadata">

### Author: ![ChrisBeach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisbeach/32/214628_2.png) [@ChrisBeach](https://meta.discourse.org/u/ChrisBeach)
#### Post date: [06.Июнь.2019 23:19:45 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/69 "2019-06-06T23:19:45Z")

</div>

Hi @kimardenmiller,

Please do fork the paid pinning plugin if possible as it’s more up to date. Its tests are passing… because it barely has any 😬 However, I’ve been using it successfully on my sites for a while now.

Bear in mind the following note, which I received from Stripe and have not yet actioned:

> [@](#):
>
> Hello,
> 
> On 14 September 2019, a new European regulatory requirement called [Strong Customer Authentication (SCA)](https://email-74.stripe.com/t/d-l-pjyzut-jjthhyzih-y/) will introduce two-factor authentication requirements for many online payments in Europe. We expect this regulation to be enforced in the UK regardless of the outcome of Brexit. Payments that aren’t authenticated will be declined by your customers’ banks.
> 
> We’ve released a new payments API and SCA-ready products to help you prepare for this change. To get ready for these new rules and avoid having many European payments declined, you’ll need to make changes to your payment flows and Stripe integration by 14 September 2019. Read our docs to learn more about SCA and the required changes.
> 
> [Read the docs](https://email-74.stripe.com/t/d-l-pjyzut-jjthhyzih-j/)
> 
> If you have any questions, please [let us know](mailto:sca-feedback@stripe.com).
> 
> Thanks,  
> The Stripe Team

---

<div class="post-metadata">

### Author: ![kimardenmiller](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kimardenmiller/32/119631_2.png) [@kimardenmiller](https://meta.discourse.org/u/kimardenmiller)
#### Post date: [07.Июнь.2019 00:03:42 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/70 "2019-06-07T00:03:42Z")

</div>

Thanks @ChrisBeach!

Our org is all in the San Francisco Bay Area, so no EU / Brexit issues here 😉 .

We’ll start with paid-pinning and pull over the rewards logic, which fits our membership application fairly closely. Went looking in `AdvertiseController` for similar to rewards, but got confused with `requires_plugin 'discourse-plugin-stripe'`. Is that code outside paid-pinning? Where does discourse-plugin-stripe live?

---

<div class="post-metadata">

### Author: ![ChrisBeach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisbeach/32/214628_2.png) [@ChrisBeach](https://meta.discourse.org/u/ChrisBeach)
#### Post date: [12.Июль.2019 18:03:14 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/71 "2019-07-12T18:03:14Z")

</div>

> [@kimardenmiller](#):
>
> Искал в `AdvertiseController` что-то похожее на систему вознаграждений, но запутался в строке `requires_plugin 'discourse-plugin-stripe'`. Этот код находится вне плагина платного закрепления? Где расположен `discourse-plugin-stripe`?

[извините, что так долго отвечал. Недавно стал родителем, и моя прежняя жизнь рассыпалась!]

Отличный вопрос насчёт `discourse-plugin-stripe`. Это название осталось от предыдущей версии кода, и строка, в которой оно встречается, скорее всего, является мёртвым кодом. Я начинающий разработчик Discourse / Ruby и реализовал этот плагин благодаря **огромному** количеству проб и ошибок.

Приношу извинения за качество кода и буду очень признателен за pull-реквесты или комментарии от более опытных разработчиков.

---

<div class="post-metadata">

### Author: ![kimardenmiller](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kimardenmiller/32/119631_2.png) [@kimardenmiller](https://meta.discourse.org/u/kimardenmiller)
#### Post date: [13.Июль.2019 04:25:04 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/72 "2019-07-13T04:25:04Z")

</div>

> [@ChrisBeach](#):
>
> Приношу извинения за качество кода, и я был бы очень признателен за PR или комментарии от более опытных разработчиков.

Спасибо, @ChrisBeach. Мы посмотрим, как всё сложится, как только начнём работу над этим проектом в начале этой осени.

---

<div class="post-metadata">

### Author: ![rimian](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rimian/32/120658_2.png) [@rimian](https://meta.discourse.org/u/rimian)
#### Post date: [23.Сентябрь.2019 01:38:34 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/73 "2019-09-23T01:38:34Z")

</div>

Я работаю над более простой версией (форком) discourse-donations здесь: [GitHub - discourse/discourse-subscriptions: A Discourse plugin that allows payments and subscription management via Stripe. · GitHub](https://github.com/rimian/discourse-patrons)

В ней есть простая страница оплаты для разовых пожертвований с административным интерфейсом. Я добавляю поддержку подписок и других функций, таких как цели сбора средств.

Большое спасибо @ChrisBeach и @angus за отличную работу!

---

<div class="post-metadata">

### Author: ![kimardenmiller](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kimardenmiller/32/119631_2.png) [@kimardenmiller](https://meta.discourse.org/u/kimardenmiller)
#### Post date: [23.Сентябрь.2019 02:18:49 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/74 "2019-09-23T02:18:49Z")

</div>

Мы решили двигаться в направлении расширения [Procourse Memberships](https://github.com/procourse/procourse-memberships).

---

<div class="post-metadata">

### Author: ![ezworldwide](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ezworldwide/32/49134_2.png) [@ezworldwide](https://meta.discourse.org/u/ezworldwide)
#### Post date: [28.Сентябрь.2019 14:52:09 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/75 "2019-09-28T14:52:09Z")

</div>

Спасибо за проделанную работу. Наше сообщество нашло это очень полезным и предпочитало делать пожертвования напрямую на сайте, а не оставлять их. Я был разочарован, когда мне пришлось удалить плагин. Пожертвования также полностью прекратились. Я с радостью сделаю пожертвование **вам** за вашу работу над этим!

---

<div class="post-metadata">

### Author: ![rimian](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rimian/32/120658_2.png) [@rimian](https://meta.discourse.org/u/rimian)
#### Post date: [07.Октябрь.2019 06:22:36 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/76 "2019-10-07T06:22:36Z")

</div>

Извините за задержку с ответом. Я был в отъезде 🙂

Я с радостью приму пожертвования! Это очень мило с вашей стороны. Думаю, вы можете написать мне в личные сообщения, и я сообщу вам свои данные для PayPal.

---

<div class="post-metadata">

### Author: ![Paul\_King](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paul_king/32/165426_2.png) [@Paul\_King](https://meta.discourse.org/u/Paul_King)
#### Post date: [30.Март.2020 05:36:41 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/77 "2020-03-30T05:36:41Z")

</div>

Привет! Я установил плагин для пожертвований, но заметил, что его нельзя настроить на приём разовых пожертвований в новозеландских долларах (NZD), где проживает почти все мои пользователи форума. Как добавить NZD в список валют?

Я видел заметку, что валюту можно изменить в настройках тарифного плана, но пользователи не хотят подписываться на план — они просто делают разовые пожертвования. Было бы здорово предложить опцию регулярных пожертвований, но так как это чисто благотворительность, я не хочу устанавливать фиксированную сумму.

---

<div class="post-metadata">

### Author: ![rimian](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rimian/32/120658_2.png) [@rimian](https://meta.discourse.org/u/rimian)
#### Post date: [30.Март.2020 22:50:36 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/78 "2020-03-30T22:50:36Z")

</div>

Привет, Пол,

Я добавил NZD в список валют по умолчанию для discourse-subscriptions. В будущем я планирую добавить ещё больше валют.

Приятного использования!

---

<div class="post-metadata">

### Author: ![Paul\_King](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paul_king/32/165426_2.png) [@Paul\_King](https://meta.discourse.org/u/Paul_King)
#### Post date: [30.Март.2020 23:22:32 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/79 "2020-03-30T23:22:32Z")

</div>

Спасибо, Римиан! Попробую.

---

<div class="post-metadata">

### Author: ![craigconstantine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/craigconstantine/32/511195_2.png) [@craigconstantine](https://meta.discourse.org/u/craigconstantine)
#### Post date: [13.Июль.2020 16:37:16 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/80 "2020-07-13T16:37:16Z")

</div>

Извините, что вмешиваюсь… эта тема очень длинная, и мне не совсем понятно:

Я ищу плагин, который можно установить на хостинге Discourse для приема пожертвований через Stripe (разовые платежи без привязки к членству, доступу, группам и т. д. — просто способ получить от вас деньги)… в этой теме упоминается несколько плагинов… ??

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [13.Июль.2020 17:53:45 UTC](https://meta.discourse.org/t/stripe-donations-plugin/59036/81 "2020-07-13T17:53:45Z")

</div>

Вам следует связаться с командой Discourse по адресу электронной почты, указанному в вашей панели управления. Скорее всего, вам потребуется перейти на корпоративный тарифный план, чтобы установить такой плагин.

[Предыдущая страница](https://meta.discourse.org/t/stripe-donations-plugin/59036.md?page=3)
