Versions Compared

Key

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

...

Might we suggest you try the 'Redirect Payment Page' before you go the Enterprise API route. Here is why: We did most of the heavy lifting already.  It should be as easy as crafting a SOAP message and exposing a web service that PayU can call to update your order's payment status. If you don't believe me take a look at the github examples. This is a very good starting point for those of you who are looking at using EasyMerchant Easy Merchant and PayU Business.

c) Processing payments from a mobile platform - Mobile platform SDK's

...

Warning

One last thing before you start coding:

You will notice a couple of terms during your stay with us and our handy Glossary and this detailed discussion should help you out.  The following warrant extra attention though: 'Auth', 'Reserve', 'Settle', and 'Finalise'.

Auth / Reserve:

They are roughly equivalent. 'Auth' is the banking side of things, 'Reserve' is our internal term.  They both mean the funds are no longer available to be spent, but have not been transferred to the merchant's account.

Settle / Finalize:

If a transaction is 'Finalised' or 'Settled' the money has moved from the customer to the merchant's account.  'Settle' is the more common term in banking circles.  'Finalise' is the PayU term for the same concept.

...