Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example customer payment sequence

A summarised simple payment sequence integration is:
1. Do a setTransaction SOAP call against PayU's API from merchant's website
2. Redirect browser to the PayU payment page
3. Customer submits and gets redirected back to merchant's website
4. Do a getTransaction SOAP call against PayU's API from merchant's website to get transaction payment details e.g. payment successful or declined

It should be noted that the sequence set out above, is only for a golden path integration and more test cases as well as recommendations are given in test overview section. The summarized payment sequence can change and is dependent on the transaction type used in the setTransaction call, but this is explained in more detail in the transaction types section later on.

...