Redirect Method

The Redirect Method is the standard method used by most merchants. This method redirects the customer away from the merchant's website to Wizit to complete their payment. At the end of the process, the customer will be redirected back to the merchant's website.

  • If the Customer successfully completed first payment or the application got declined, they will be redirected to the redirectConfirmURL
  • If the Customer cancels or they are not eligible for the purchase from wizit, they will be redirected to the redirectCancelURL,
Note:

If the user is first time user and the purchase amount is above 500 AUD, then invoke the cancel URL following query string will be added

Target=limitexceeded, limitamount=500

The Merchant defines the redirectConfirmURL and redirectCancelURL for each order in their Create Checkout call, this URL can uniquely identify the order at merchant side.