3

I have searched many things on Sagepay but could not find a link to go to developer forum for Sagepay and I tried to find library or SDK for iOS and/or Android, but unable to get succeed.

Kindly let me know, if Sagepay provides library for iOS and/or for Android.If yes, is it possible to provide me link for downloading integration documents?

Thanks

jigneshbrahmkhatri
  • 3,627
  • 2
  • 21
  • 33

2 Answers2

1

Check this url https://github.com/ColorsSoftwarePvtLtd/SagePay-Android

SagePay-Android

For more details visit Sage pay form integration https://www.sagepay.co.uk/support/12/36/integrations String encryption using below code

                  FormApiEncryptionHelper helper=new FormApiEncryptionHelper(); 
                  String encryptedString=helper.encrypt("UTF-8","TPjs72eMz5qBnaTa", registration) ;

For more details visit http://www.colorssoftware.com/blog/how-to-integrate-sagepay-payment-gateway-into-android-native-app/

0

Sage Pay validation is per IP address, so unless you are sure the device connects always from the same IP address then it wont work, unless you use FORM integration.

nobody
  • 19,814
  • 17
  • 56
  • 77
Pablo
  • 547
  • 3
  • 11