Nets-mobile-acceptance / Netaxept-Android-SDK

PiA Netaxept Android SDK is a library that provides the native In-App interaction to perform Netaxept payments directly from an app on Android devices while minimizing PCI DSS requirements for you.
31 stars 15 forks source link

Not able to call sdk method #11

Closed anujvats111 closed 4 years ago

anujvats111 commented 4 years ago

Hello guys. I want to implement your sdk in my running app i have merchant account but after adding dependency i am not able to call sdk method for my plan. can you please help me out?

Thanks Anuj

Miss-PiA commented 4 years ago

Hello Anuj,

Thank you for reaching out to us. If you could you please help in sharing some information to understand the issue. For which platform are you using the SDK (Native or Hybrid)? Can you share the dependency code you are using ? Which method or the SDK are you trying to call?

Thank you

anujvats111 commented 4 years ago

Native android app Dependency - implementation('eu.nets.pia:pia-sdk:1.6.0') { transitive = true; changing=true; }

And can you please tell me what method i have to use? for payment like i have plan eg $10 or $20 what mehtod i need to call on buttons click can you please explain ? because i am able to do that

Thanks

On Tue, May 5, 2020 at 11:45 AM Miss-PiA notifications@github.com wrote:

Hello Anuj,

Thank you for reaching out to us. If you could you please help in sharing some information to understand the issue. For which platform are you using the SDK (Native or Hybrid)? Can you share the dependency code you are using ? Which method or the SDK are you trying to call?

Thank you

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Nets-mobile-acceptance/Netaxept-Android-SDK/issues/11#issuecomment-623874422, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVEHRRRCRLFWP7U4B37PHLRP6VIXANCNFSM4MYVY7PA .

-- Thanks & Regards Anuj Sharma

Miss-PiA commented 4 years ago

Hello Anuj,

What type of payment mode are you trying to do?

We support the following payment modes and the method to call them.

1) Card payment PiaSDK.getInstance().start()

2)Paypal process PiaSDK.getInstance().startPayPalProcess()

3)Vipps wallet payment PiaSDK.getInstance().startVippsProcess

4) Swish wallet payment PiaSDK.getInstance().startSwishProcess()

5)Save card and pay via saved card PiaSDK.getInstance().start()

You can find the entire integration document in the below link.

https://github.com/Nets-mobile-acceptance/Netaxept-Android-SDK/blob/master/documentation/START%20-%20Overview%20of%20Netaxept%20Android%20SDK.html

anujvats111 commented 4 years ago

I am using PiaSDK.getInstance().start()

Is it possible you can provide me an simple demo? or connect with your developer team ?

Thanks Anuj Sharma

On Wed, May 6, 2020 at 4:30 PM Miss-PiA notifications@github.com wrote:

Hello Anuj,

What type of payment mode are you trying to do?

We support the following payment modes and the method to call them.

Card payment PiaSDK.getInstance().start()

2)Paypal process PiaSDK.getInstance().startPayPalProcess()

3)Vipps wallet payment PiaSDK.getInstance().startVippsProcess

Swish wallet payment PiaSDK.getInstance().startSwishProcess()

5)Save card and pay via saved card PiaSDK.getInstance().start()

You can find the entire integration document in the below link.

https://github.com/Nets-mobile-acceptance/Netaxept-Android-SDK/blob/master/documentation/START%20-%20Overview%20of%20Netaxept%20Android%20SDK.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

-- Thanks & Regards Anuj Sharma

Miss-PiA commented 4 years ago

Hello Anuj,

You can checkout the integration that we have done in our sample app (PiaSample) in GitHub and the link to it is as follows:- https://github.com/Nets-mobile-acceptance/Netaxept-Android-SDK/tree/master/PiaSample

This could give you a basic idea of the flow of integration for payment flow that you required.

Also we have released our latest SDK version 1.7.0, so we recommend using it for integration.

Thank you

Miss-PiA commented 4 years ago

Closing the issue since the register call was successfully implemented.