# Can Subscriptions use something other then Stripe?

**URL:** https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954
**Category:** Support
**Tags:** subscriptions
**Created:** [November 25, 2023, 11:41am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954 "2023-11-25T11:41:52Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![kinetiksoft](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kinetiksoft/32/229578_2.png) [@kinetiksoft](https://meta.discourse.org/u/kinetiksoft)
#### Post date: [November 25, 2023, 11:41am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/1 "2023-11-25T11:41:52Z")

</div>

Hello everyone,

Just wondering if somebody knows examples of Discourse instances with Subscription plugin using non-Stripe solutions?

Stripe is well-known, but very limiting payment system in terms of content which can be featured at the resource. We’re looking into subscription-based user groups, but Stripe is not an option for a community type we do host & maintain.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 25, 2023, 7:38pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/2 "2023-11-25T19:38:10Z")

</div>

It’s only for stripe. If you want some other payment system you’ll need another plugin. I suspect it’ll be easier to have a separate plugin.

What payment system is acceptable? Can you link to their api? Do you have a budget for a plugin?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [November 26, 2023, 5:12pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/3 "2023-11-26T17:12:06Z")

</div>

> [@pfaffman](#):
>
> If you want some other payment system you’ll need another plugin. I suspect it’ll be easier to have a separate plugin.

It could also be accomplished via the Discourse API, either by adding code to handle the API requests to a server that’s controlled by the site owner, or by using a service like Zapier to handle the API requests. For example, use Paypal or Lemon Squeezy as the trigger step on Zapier, and for the action step, use the “Webhooks by Zapier” zap to send POST requests to Discourse to manage group memberships.

I’ve given answers similar to this so many times on Meta that it’s got me wondering if it might be worth creating Discourse apps for some frequently requested integrations. With some limitations, Discourse apps could function in a similar way to how Shopify apps work. The big limitation being that Shopify provides some functionality that allows apps to embed iframes on Shopify that can communicate directly with the Shopify API.

Possibly a Discourse Subscriptions app that could handle multiple payment providers would be a good proof of concept of a Discourse app.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 27, 2023, 11:25am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/4 "2023-11-27T11:25:11Z")

</div>

Oh. Right. A plugin could just catch whatever webhook the subscription plugin made and plugin settings could map the subscription name to the group (and match user but email address). A group custom field could hold the associated subscription ID and move the user in ou out of the group when the subscription was updated. If it used a subscription name rather than id, a single custom field could handle multiple payment handlers.

The admin would be responsible for setting up the payment system and arranging for the user to get to a payment page.

Here is the webhook info for lemon squeezy

> **[Docs: Webhooks](https://docs.lemonsqueezy.com/help/webhooks)**
>
> Lemon Squeezy's webhooks notify your application of key store events, such as license key creation or subscription expiration, enabling efficient handling of asynchronous activities.

I’d love to do this for someone who had a budget.

---

<div class="post-metadata">

### Author: ![digitaldominica](https://avatars.discourse-cdn.com/v4/letter/d/97f17d/32.png) [@digitaldominica](https://meta.discourse.org/u/digitaldominica)
#### Post date: [January 1, 2024, 8:11pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/5 "2024-01-01T20:11:46Z")

</div>

Hi, is there any way to do this with paypal? Stripe won’t work for me giving my country is not supported.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [January 2, 2024, 1:25pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/6 "2024-01-02T13:25:59Z")

</div>

No. This plugin supports just stripe. If you have a budget you can ask in #Marketplace. There are a bunch of ways that you might go about “supporting PayPal” so describe your use case and budget as explicitly as possible.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [March 18, 2024, 9:50am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/7 "2024-03-18T09:50:37Z")

</div>

2 posts were merged into an existing topic: [Add different payment methods to discourse subscription](https://meta.discourse.org/t/add-different-payment-methods-to-discourse-subscription/218889/11)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [March 18, 2024, 9:54am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/8 "2024-03-18T09:54:31Z")

</div>



---

<div class="post-metadata">

### Author: ![sasha\_ilinsky](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sasha_ilinsky/32/435095_2.png) [@sasha\_ilinsky](https://meta.discourse.org/u/sasha_ilinsky)
#### Post date: [April 5, 2024, 8:29pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/9 "2024-04-05T20:29:25Z")

</div>

Can I use these plugin with another payment gateway, not Stripe?

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [April 5, 2024, 8:41pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/10 "2024-04-05T20:41:56Z")

</div>

Not currently. Just Stripe for now. Is there a specific payment gateway you are looking to use? It would be nice to know what people are interested in using so that we could look into adding those at some point.

---

<div class="post-metadata">

### Author: ![sasha\_ilinsky](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sasha_ilinsky/32/435095_2.png) [@sasha\_ilinsky](https://meta.discourse.org/u/sasha_ilinsky)
#### Post date: [April 5, 2024, 8:48pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/11 "2024-04-05T20:48:46Z")

</div>

Something like

[https://meleton.ru](https://meleton.ru)

&

> **[IT-сервисы для онлайн-бизнеса, блогеров и экспертов](https://prodamus.ru)**
>
> Безопасный платёжный модуль для приема оплат из России и со всего мира, конструктор автоворонок для соцсетей и мессенджеров, единое окно коммуникаций

---

<div class="post-metadata">

### Author: ![45thj5ej](https://avatars.discourse-cdn.com/v4/letter/4/34f0e0/32.png) [@45thj5ej](https://meta.discourse.org/u/45thj5ej)
#### Post date: [April 6, 2024, 2:53am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/12 "2024-04-06T02:53:43Z")

</div>

Any that truly respect privacy.

---

<div class="post-metadata">

### Author: ![gru](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gru/32/374964_2.png) [@gru](https://meta.discourse.org/u/gru)
#### Post date: [April 10, 2024, 10:57am UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/13 "2024-04-10T10:57:40Z")

</div>

> **[Crypto Team 🦋 on Teletype](https://help.crypt.bot/?cda=)**
>
> Multicurrency Crypto Wallet. Buy, sell, store and pay with cryptocurrency whenever you want.

(bot with cryptopayments)

**and**

[https://www.freekassa.ru/](https://www.freekassa.ru/)

> **[Уведомления — API ЮMoney для сбора денег](https://yoomoney.ru/docs/payment-buttons/using-api/notifications)**
>
> Способы получения уведомлений о переводе денег через форму ЮMoney. Настройка HTTP-уведомлений: формат запроса и ответа, описание параметров, примеры, рекомендации по проверке подлинности и целостности уведомления.

(for person)

> **[ЮKassa: как подключить приём платежей](https://yookassa.ru/connection/)**
>
> От регистрации до заключения договора и интеграции приёма платежей на сайт. Пошаговая инструкция, необходимые документы и возможности сервиса ЮKassa

(for company)

---

<div class="post-metadata">

### Author: ![Aizada\_M](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aizada_m/32/352050_2.png) [@Aizada\_M](https://meta.discourse.org/u/Aizada_M)
#### Post date: [April 14, 2024, 7:11pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/14 "2024-04-14T19:11:45Z")

</div>

Hello :wave:

> **[О компании | Robokassa](https://robokassa.com/about/)**
>
> Robokassa — надежный провайдер онлайн-эквайринга для бизнеса. Узнайте о нашей миссии, ценностях, истории и технологическом развитии.

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [July 11, 2024, 8:46pm UTC](https://meta.discourse.org/t/can-subscriptions-use-something-other-then-stripe/293954/15 "2024-07-11T20:46:42Z")

</div>


