...
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.supportedPaymentMethods = EFT_PRO
- AdditionalInformation.returnUrl =<valid full url e.g. http://example.com/return/>
- AdditionalInformation.notificationUrl =<valid full url e.g. http://example.com/notification/ >
- AdditionalInformation.cancelUrl =<valid full url e.g. http://example.com/cancel/ >
Eft.amountInCents = 100
<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
...