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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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.
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
Can a user buy a moodle course via a subscription and their enrolment will be terminated if their monthly subscription payment fails?
$cu = \Stripe\Customer::retrieve($checkcustomer->receiver_id);
$cu->coupon = $data->coupon_id;
$cu->save();
Now as you are facing this issue, please do disable all the plugins except stripe and check.
Keep us posted.
Do you know what could be happening? Thank you
above only the form for adding coupon is shown ? Any help will be appreciated thank you