Is registration payment of new user available in Moodle mobile app?

Is registration payment of new user available in Moodle mobile app?

by Ratikanta Pradhan -
Number of replies: 2

I have a Moodle site. I am trying to take the source code https://github.com/moodlehq/moodlemobile2 and develop a mobile application.

Is registration and payment gateway already present in the app?

if not, is there any web service I can use from the ionic app for registration and payment?



Average of ratings: -
In reply to Ratikanta Pradhan

Re: Is registration payment of new user available in Moodle mobile app?

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

Moodle does have a PayPal enrollment plugin, but the  app stores require you to use their payment gateways and not your own external payment systems - I'm not aware of anyone that has done this in the moodle app so you would probably need to develop it on your own.

Average of ratings: Useful (1)
In reply to Dan Marsden

Re: Is registration payment of new user available in Moodle mobile app?

by Ratikanta Pradhan -
Thanks Dan,

So you are suggesting I have to use PayPal enrollment plugin by Moodle?

I could not understand "Develop it on your own". Does it mean, develop own plugin?