dualcube / moodle-enrol_stripepayment

Moodle Stripe Payment Collector
16 stars 26 forks source link

Error after payment #82

Closed alexdebelka closed 2 years ago

alexdebelka commented 3 years ago

Hi! After I do a test payment I receive this error. (everything is fine until that stage) {"exception":"moodle_exception","errorcode":"invalidtoken","message":"Invalid token - token not found"}

How can I solve it?

P.S. I receive the payment in stripe, but my account is not enrolled, even if I have the stripe_enrollment option on.

image
moumitahalder commented 3 years ago

Hi @alexdebelka, please make sure you have added the token in your stripe's settings page. I am sharing the updated document to guide you further: https://dualcube.com/docs/stripe-payment-with-sca-and-coupon/#3-toc-title

alexdebelka commented 3 years ago

Thank you @moumitahalder, it worked, but now this appears

image
purnendudash commented 3 years ago

May I know the payment status on Stripe of this order.

alexdebelka commented 3 years ago

It is "succeeded", @purnendudash

cool-raju commented 3 years ago

Hi @alexdebelka, This is not an error. This is just a massage from moodle course. It takes a few seconds to get responsive from any payment gateways. Just continue it. You will successfully enrol on that course. Thanks