Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

How active is Django Oscar?

96 views
Skip to first unread message

Glenn Reed

unread,
Jul 26, 2023, 2:10:07 AM7/26/23
to django-oscar
I see that there was a commit a couple of weeks ago on GitHub.  I am wondering if it would integrate well with something like Wagtail.

Do you support Stripe as a payment gateway? What kind of support is available including commercial support?

Sebastian Jung

unread,
Jul 26, 2023, 2:26:44 AM7/26/23
to django...@googlegroups.com
Good morning,

You can implement self any payment gateways. I self have a stripe sepa payment over django oscar.

Regards

Glenn Reed <ree...@gmail.com> schrieb am Mi., 26. Juli 2023, 08:10:
I see that there was a commit a couple of weeks ago on GitHub.  I am wondering if it would integrate well with something like Wagtail.

Do you support Stripe as a payment gateway? What kind of support is available including commercial support?

--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/59841870-4c53-499e-a903-077cb5d4197en%40googlegroups.com.

Hugo

unread,
Mar 14, 2025, 7:53:51 AMMar 14
to django-oscar
Hi,
I want to integrate stripe, I'm using https://github.com/st8st8/django-oscar-stripe-sca, because looks like it get updated often. Do you use it?, Do you follow any guide?
I have problems with blank pages, and other times with a token that expect to be sended that doesn't.

Aaron Jack

unread,
Mar 14, 2025, 8:42:24 AMMar 14
to django-oscar
I use this package. It works well.

Hugo

unread,
Mar 16, 2025, 1:38:34 AMMar 16
to django-oscar
but I don't know how to make it works, do you use default views:
    path('checkout/payment-details/', StripeSCAPaymentDetailsView.as_view(), name='payment-details'),
    path('checkout/payment-success/', StripeSCASuccessResponseView.as_view(), name='payment-success'),
    path('checkout/payment-cancel/', StripeSCACancelResponseView.as_view(), name='payment-cancel'),
and nothing more?
Reply all
Reply to author
Forward
0 new messages