Rank: Sienn Developer
Groups: Administration
Joined: 10/8/2008(UTC) Posts: 25  Location: Netherlands
|
In addition to the traditional Ogone implementation, there was a new way developed for more stability. First do the traditional ogone implementation, then make the following alterations. 1. make sure you do all the database operations that are possible BEFORE going to the online payment module 2. Make use of the PostPayment function in Ogone (Technical information point 4: Quote:Post payment feedback More info>>> Related FAQ Question 4.1. Urls: If the payment's status is "accepted" or "on hold" or "uncertain" URL of the merchant's post-sale page http://www.siennshop.com/betaling.aspx?Status=6 (status 6 does all the successful db handling operations without customer feedback) If the payment's status is "cancelled by the client" or "too many rejection by the acquirer" URL of the merchant's cancellation or rejection page : http://www.siennshop.com/betaling.aspx?Status=8 (status 8 does all the cancelled db handling operations without customer feedback) 4.2. Request Type: Make this request in background and deferred. (Make sure this is selected) Authorize to defer the request if the online request has failed ? No 4.3. Others: Send an email to the merchant 4.4. Feedback data checking: SHA-1 Signature (fill this one out with a random line) The value of this field can be used to build a SHA-1 signature to ensure that no returned parameter has been altered. 4.5. Redirection URL's: I would like to receive feedback parameters on the redirection URL's. The use of a SHA-out signature is mandatory in this case. (make sure this one is selected) 3. Make sure that all the Ogone settings are correct Accept url should be http://www.siennshop.com/betaling.aspx?Status=7 (this will only show the thank you page, the db operations and mail actions were handled by status=6 already) Cancel url should be http://www.siennshop.com/betaling.aspx?Status=9 (this will only show the cancel notification page, the db operations and mail actions were handled by status=8 already) Edited by user Wednesday, April 8, 2009 7:50:12 PM(UTC)
| Reason: Not specified
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Sienn Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close