Payment gateway URL
|
payment gateway URL; it can be parameterized with the following dynamic parameters:
- {%amount%} - the total price
- {%currency%} - currency code
Example:https://www.paypal.com/xclick/?currency_code={%currency%}&business=YourBusinessID&item_name=General%20Description&amount={%amount%}&return=http://www.mywebsite.com/IPNProcessPage.aspx
|
Payment gateway assembly name
|
Name of the assembly (dll) where is the payment provider stored
|
Payment gateway class name
|
Name of the appropriate payment class
|
Order status when payment succeeds
|
The status after the successful payment can be selected from the drop-down list.
|
Order status when payment fails
|
The status after the payment fails can be selected from the drop-down list.
|