You can manage payment methods in Configuration -> Payment methods. Every payment method has the following properties:
• | Payment method display name - friendly name displayed to users |
• | Payment method code name - code name used by developers |
• | Payment gateway URL - payment gateway URL; it can be parameterized with the following dynamic parameters:
- {%amount%} - the total price
- {%currency%} - currency code
Here's an example of the URL for the PayPal payment gateway:
https://www.paypal.com/xclick/?currency_code={%currency%}&business=YourBusinessID&item_name=General%20Description&amount={%amount%}&return=http://www.mywebsite.com/IPNProcessPage.aspx
|
• | Enabled - indicates if this payment method is enabled |
Please note: the offered payment methods depend on the chosen shipping option.
|