You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Overview

In the event of an eWay payment failing or hanging, CSS might not receive notification that the payment has completed processing. In this case, the payment's status might need to be manually re-tested and completed if payment was successful. This is done via the new 'CustPaymentStatusRecheck.aspx' page.

Minimum version required - 3.67.13


Step-by-step guide

In this section we will focus only on the payment retry functionality; any other changes that can be made are just customisations.

To set up Payment Retry Functionality:

  1. Login as an Administrator.
  2. Navigate to 'Content' --> 'Menu Editor' (/zMenus.aspx).
  3. Select the required Role via radio button. 

    This page should only be made accessible to Administrator role(s)

  4. Click 'Parent Items'.

  5. Select a top level menu item under which to add the page (or create a new menu item where the new page will be set up).
  6. Click 'New'.
  7. Enter 'CustPaymentStatusRecheck.aspx' for the 'Page Name' and populate the remaining fields as required. See Adding a New Menu Item for further information.

    Ensure the 'Requires Authentication' flag is ticked.

  8. Click 'OK' to save.

Using the CustPaymentStatusRecheck.aspx Page

To Use the Customer Payment Status Recheck function:

  1. Login with an account that has access to the role you created the menu item for.
  2. Navigate to the new page via the menu (/CustPaymentStatusRecheck.aspx).
  3. The page will load, listing any outstanding eWay customer payment records.
  4. Click 'Retry Payment Finalization' to re-determine whether the payment was successfully processed by eWay, or whether the status has not been able to be determined (i.e. if the eWay payment service is still down).
     
  5. The success/fail/indeterminate status of the payments will be shown underneath the payment record table after processing is complete. Any indeterminate payments will remain in the table and can be re-tried at a later time.
     


Customisation

After a customer has entered their credit card information and clicked submit, Customer Self Service will post the form to eWay servers directly. A time-out of 90000 milliseconds (90 seconds) is configured so that if eWay doesn't return a response within that time-out, we will redirect to the payment fail page and show a message (which by default is: "Error: Unable to retrieve a valid response from the payment provider. Support has been notified of this issue.").

There are several configuration options relating to this system:

To Update the Form Post Timeout Setting:

  1. Login as an Administrator.
  2. Navigate to 'Settings' --> 'Settings' (/zSettings.aspx)
  3. Set a value for 'EWay Client Side Form Post Timeout'.

    This value is in milliseconds. So as an example, 90000 would be 90 seconds.

     

  4. Click the 'Update' button to save changes.


The error message can be configured via Resource Manager. 

To Configure the Error Message Resource:

  1. Login as an Administrator.
  2. Navigate to 'Settings' --> 'Resource Manager' (/zResourceMaintenance.aspx).
  3. Enter 'rcEWayReponseNotRetrievable' into the 'Search For' text box and search.
  4. Select the record via radio button. 
  5. Click 'Modify'.
  6. Update the value as required.
  7. Click 'OK' to save.


Related help

eWay

Other


  • No labels