Payment gateways: Difference between revisions

From MoodleDocs
No edit summary
No 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 includes Paypal as standard and does not store any credit card information. 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 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 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

  1. Go to Site administration / Plugins / Payment gateways and enable payment gateways as required.
  2. 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

  1. Go to Site administration / Plugins / Payment gateways and click the link 'Payment accounts'.
  2. Click the button 'Create payment account' then enter an account name for identifying it when setting up enrolment on payment, then save changes.
  3. On the Payment accounts page, click the payment gateway link e.g. PayPal opposite the account name.
  4. 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.


Payment gateways

See also