Stripe Payment with SCA and Coupon icon

Stripe Payment with SCA and Coupon

Maintained by DualCube Team
Add a price to your courses and check out quickly with Stripe Payment. Stripe is a user-friendly payment solution that allows for secure transactions. This plugin includes a number of payment processing services, including the ability to accept credit card payments. You can also offer various discounts to learners looking to purchase your courses.
Price option: Free

Supports Moodle 2.5-5.0 See all versions
Latest release: 11 months ago
Installations: 1387
Downloads (last 90 days): 273

Frankenstyle name: enrol_stripepayment
Enrolment

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi Jim, as you can see we haven't faced any such issue https://www.loom.com/share/63b9ccd5a45049a690cf28fb7de5475c
Can you please make sure that you have cared the token and configure this properly. This doc might help you out further : https://dualcube.com/docs/stripe-payment-with-sca-and-coupon/#4-toc-title
Please do keep us posted.
@jim_crammond
Had similar issue with
{"exception":"moodle_exception","errorcode":"invalidtoken","message":"Invalid token - token not found"}
Posted issue/solution here: https://github.com/dualcube/moodle-enrol_stripepayment/issues/120
Does this plugin work with Stripe monthly subscriptions?
Can a user buy a moodle course via a subscription and their enrolment will be terminated if their monthly subscription payment fails?
For anyone encountering the HTTP ERROR 403 after submitting a payment... you need to set the user token in the stripepayment settings (Site Adminstration->Plugins->Enrolments->Stripe Payment). This in turn requires enabling web services and REST. This is new in the 3.3.x stripepayment plugin and the documentation hasn't caught up yet
Prices are truncated to a whole amount in dollars, what is wrong. A price may contain cents. For example the price 12.34 is represented in Stripe as "1234". Please correct the error.
It seems that the following lines of code are now missing from the free enrol case:
$cu = \Stripe\Customer::retrieve($checkcustomer->receiver_id);
$cu->coupon = $data->coupon_id;
$cu->save();
I am testing the latest version of this plugin and I am running into the same issue reported by Optimistic Futures IT and Adam Easterbrook - when I apply a coupon (that gives 100% off) then the enrollment goes through but the coupon is not showing as redeemed in Stripe. This worked fine in version 3.2.1 which is what my live system is using. In that version after a GET call to fetch the coupon there is a POST call to update the customer but this POST call is missing in the new version
Hi Teofilo, the coupon code is working fine on our end. Can you please share a video of the flow of your end so we can assist you accordingly.
When we use promo code it doesnt work? Only works if we use coupon id?
Hi, as you can see this is working fine on our end https://jhn4wdmbd4.vmaker.com/record/C8jbjZY555dzJAjT
Now as you are facing this issue, please do disable all the plugins except stripe and check.
Keep us posted.
Hello, I use version 4.1 and I have configured stripe in moodle, when I go to buy the course and click in "BUY NOW" button... it changes to "please wait..." and does not redirect anywhere, it stays on the same page.
Do you know what could be happening? Thank you
During payment the form for adding card details doesn't show up in my moodle page as shown in plugins pictures
above only the form for adding coupon is shown ? Any help will be appreciated thank you
when I try to pay it doesn't move anywhere
Hi guys, a great plugin, thanks. We are having an issue with coupons. We need to be able to issue coupons with a maximum number of uses. We have set the coupon up in Stripe. The coupon in Stripe gets recognised when entered in Moodle and allows enrolment. However, the redemption count in Stripe does not get decremented so there is no restriction on the number of times it can be used. We are using version 3.11 of Moodle. thanks for any help or guidance you can provide.
Hi guys, a great plugin, thanks. We are having an issue with coupons. We need to be able to issue coupons with a maximum number of uses. We have set the coupon up in Stripe. The coupon in Stripe gets recognised when entered in Moodle and allows enrolment. However, the redemption count in Stripe does not get decremented so there is no restriction on the number of times it can be used. We are using version 3.11 of Moodle. thanks for any help or guidance you can provide.