Payment gateways: Difference between revisions
From MoodleDocs
- Admin quick guide
- Authentication
- Managing accounts
- Enrolments
- Payment gateways
- Roles and permissions
- Security
- Performance
- Backup
- Site registration
- Site appearance
- Language
- Server settings
- Site-wide reports
- Admin tools
- Developer tools
- Web services
- More features
- GDPR
- Communication
- MoodleNet
- Administration FAQ
Mary Cooch (talk | contribs) No edit summary |
Mary Cooch (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
Payment gateways are used with [[Enrolment on payment]] to provide different payment options when purchasing access to a course. | Payment gateways are used with [[Enrolment on payment]] to provide different payment options when purchasing access to a course. | ||
<div class="alert alert-info">'''Note: Moodle does not store any credit card information. Moodle includes Paypal as standard. Additional payment gateways available from [https://moodle.org/plugins/browse.php?list=category&id=80 Moodle plugins directory:Plugin type: Payment gateways] implement their own methods and you use these plugins at your own risk.'''</div> | <div class="alert alert-info">'''Note: Moodle does not store any credit card information. Moodle includes Paypal as standard. Additional payment gateways are available from [https://moodle.org/plugins/browse.php?list=category&id=80 Moodle plugins directory: Plugin type: Payment gateways] implement their own methods and you use these plugins at your own risk.'''</div> | ||
Payment gateways are a plugin type with the PayPal payment gateway included as standard. Additional payment gateways such as Alipay, WeChat and Stripe are available from the [https://moodle.org/plugins/browse.php?list=category&id=80 Moodle plugins directory:Plugin type: Payment gateways]. | Payment gateways are a plugin type with the PayPal payment gateway included as standard. Additional payment gateways such as Alipay, WeChat and Stripe are available from the [https://moodle.org/plugins/browse.php?list=category&id=80 Moodle plugins directory:Plugin type: Payment gateways]. |
Revision as of 14:40, 24 May 2024
A payment gateway is a technology used by merchants to accept debit or credit card purchases from customers.
Payment gateways are used with Enrolment on payment to provide different payment options when purchasing access to a course.
Note: Moodle does not store any credit card information. Moodle includes Paypal as standard. Additional payment gateways are available from Moodle plugins directory: Plugin type: Payment gateways implement their own methods and you use these plugins at your own risk.
Payment gateways are a plugin type with the PayPal payment gateway included as standard. Additional payment gateways such as Alipay, WeChat and Stripe are available from the Moodle plugins directory:Plugin type: Payment gateways.
Payment gateway set-up
- Go to Site administration / Plugins / Payment gateways and enable payment gateways as required.
- Click the settings link for each payment gateway to set a surcharge i.e. an additional percentage charged to users who choose to pay using this payment gateway, then save changes.
Payment account set-up
- Go to Site administration / Plugins / Payment gateways and click the link 'Payment accounts'.
- Click the button 'Create payment account' then enter an account name for identifying it when setting up enrolment on payment, then save changes.
- On the Payment accounts page, click the payment gateway link e.g. PayPal opposite the account name.
- Enter a client ID and secret from PayPal, tick the Enable box and save changes.
The payment gateway will then show as enabled for the account.
Multiple payment accounts may be set-up as required.
When done, the payment gateway and payment accounts are ready to be used with Enrolment on payment.
See also
- Enrolment on payment
- Developer documentation Payment API