-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Payment gateways.

Payment gateways: Difference between revisions

From MoodleDocs
(Payment gateway and payment account set-up)
m (Added fr link)
 
(3 intermediate revisions by 2 users not shown)
Line 14: Line 14:
==Payment account set-up==
==Payment account set-up==


# Go to ''Site administration / Plugins / Payment gateways'' and click the link 'Payment accounts'.
# 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.
# 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 PayPal link opposite the account name.
# 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.
# 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]].




Line 25: Line 31:


* [[Enrolment on payment]]
* [[Enrolment on payment]]
* Developer documentation [[:dev:Payment API|Payment API]]


 
[[fr:Passerelles_de_paiement]]
[[es:Portales de pago]]
[[es:Portales de pago]]
[[de:Zahlungs-Gateways]]

Latest revision as of 10:38, 25 January 2021

New feature
in Moodle 3.10!

A payment gateway is a technology used by merchants to accept debit or credit card purchases from customers.

In Moodle 3.10 onwards, payment gateways are used with Enrolment on payment to provide different payment options when purchasing access to a course.

Payment gateways are a plugin type with the PayPal payment gateway included as standard. It is expected that more payment gateways will be developed in the future and shared in 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