Payment Provider #866
Answered
by
tjementum
xd-Park3rr
asked this question in
Q&A
-
|
Im in South Africa, and currently am unable to use stripe outside of the sandbox environmnet. How deeply integrated is stripe into this platform, and could i possible switch it out with say Paystack? Stripe recently acquired Paystack, and it is the best alternative available for my region. |
Beta Was this translation helpful? Give feedback.
Answered by
tjementum
Apr 8, 2026
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xd-Park3rr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It should be fairly easy to ask an AI to remove the Stripe feature. It's a vertically sliced architecture, so deleting 'application/account/Core/Features/Subscriptions' and 'application/account/WebApp/routes/account/billing' and fixing compile errors will get you 95% there. But Stripe is behind a feature flag, so you can also just leave it.
As for Paystack, I have no experience with it, but I'm sure i…