myussufz / react-native-ipay88-sdk

React Native for integrating with iPay88 payment gateway's mobile SDK
18 stars 17 forks source link

backendpost url #3

Open szejing opened 6 years ago

szejing commented 6 years ago

I've encountered the "permission not allow" problem. After a discussion with Ipay88 support, they said my referrer url is "https://uat-mobile-payment.ipay88.com:8243/PaymentGateway/ipay_mobile_in.jsp" instead of my actual website url.

is it possible my website url is http ??

AnisDerbel commented 5 years ago

I'm having the same issue with the "permission not allow"!

firdaussoberi commented 5 years ago

I had this issue and resolved it. I think it is better you ask ipay88 support team.

'Permission not allow' usually means the mobile SDK mode is not yet authorized by ipay88 team. The web SDK and mobile SDK are actually two different thing. Even if you had web SDK, you need another subscription with ipay to allow mobile SDK.

I hope that helps! :-D :-D

I tried even without backendposturl you can still go to the gateway and payment page (as long as having mobile sdk subscription). Backendpost is there just in case after payment user accidentally close the app or something, but even without it we can still go to the gateway page.