Versions Compared

Key

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

...

setTransaction amendments for EFT Pro

 

 

Merchants will need to make the following amendments to the setTransaction request in order to do EFT Pro transactions on the PayU platform.

<AdditionalInformation>

...


  • Code Block
    <AdditionalInformation>
    <cancelUrl>http://example.com/cancel/</cancelUrl>

...

  • 
    <merchantReference>test03</merchantReference>

...

  • 
    <notificationUrl>http://example.com/notification/</notificationUrl>

...

  • 
    <returnUrl>http://example.com/return/</returnUrl>

...

  • 
    <supportedPaymentMethods>EFT_PRO</supportedPaymentMethods>

...

  • 
    </AdditionalInformation>

     

     

     

 

Integration payment sequence/flow

...