Looking for the v10 manual? Visit our new user's guide!
 
Search Descriptions Version
 
 
This article applies to: ML8

Ogone


Ogone is a European payment gateway that offers 2 checkout methods:

"2 tier", which is the preferred method and keeps the customer on the store front site
"3 tier", which sends the customer to an Ogone page to fill in their credit card details

Base Setup

These steps must be done for either option (2 or 3 tier):

1 - In the config wizard, set Ogone as the payment gateway.
2 - Populate the following AppConfigs with your account information (obtained from Ogone):

- Ogone.PSPID
- Ogone.USERID
- Ogone.PSWD
- Ogone.SHASignature

3 - In your Ogone account, configure the following settings as described:

Merchant's Dialog (1.1): method should be set to POST

Data checking before payment (3.2): SHA-1 Signature must be entered and should match the Ogone.SHASignature AppConfig

2 tier

In addition to following the basic setup steps above, to use 2 tiers your Ogone account must have the "DirectLink (new payments)" option enabled which is not available with all Ogone subscription levels. For store front Capture/Void functionality you need "DirectLink (maintenance)" on your account. For store front Refund functionality you need the "Refunds" option on your account. Contact Ogone sales for details on account capabilities.

3 tier

Additional settings only required to use 3-Tier e-Commerce:

- 3-Tier is only supported when the Checkout.UseOnePageCheckout AppConfig is set to false (default)
- Set AspDotNetStorefront AppConfig Ogone.Use3TierMode to true.
- Set both Post payment feedback (4.1) URLs to the fully qualified URL pointing to ogone_postsale.aspx on your AspDotNetStorefront installation.
- Set the Post payment feedback (4.2) Request Type to the option "Make this request just after the payment and let the result customize the answer seen by customer (HTML code or redirection)."
- Set Post payment feedback (4.3) Others SHA-1 Signature and enter the same value as AspDotNetStorefront AppConfig Ogone.SHASignature.
- The (9.) Payment procedure setting must match up with the Transaction Mode of the store:

- Direct Sale = AUTH CAPTURE
- Automatic Authorization and Payment (funds capture) on Request = AUTH

FAQ

Q: Why do checkout attempts with Ogone.Use3TierMode=false result in this error being logged to Failed Transactions:

NCERROR="50001118"
NCERRORPLUS="ERROR, Merchant not defined to use this mode : xxxxx"

A: Your Ogone account does not have the "DirectLink (new payments)" option enabled. Contact Ogone to have this option enabled, or change to 3 tier mode.