smarkets / react-native-paypal

React Native library that implements PayPal Checkout flow using purely native code
MIT License
117 stars 54 forks source link

Transaction Not Reflecting in sandbox account . #71

Closed SaqibNytro closed 3 years ago

SaqibNytro commented 3 years ago

I have followed other questions and downgraded react-native-paypal@2.1.0 . still doesn't sees paypal payment is done(PROMPT) . but now i am getting response in promise(payerId , nonce , payer email .. etc ) not getting transactionId in response.But , on opening the sandbox account i am unable to see any transaction record done over there.

@nzankich

nzankich commented 3 years ago

@SaqibNytro in order to see your transaction record you'll need to implement your backend. I've added some steps to the readme.

Can you look at the example app and see if you're getting your expected responses?

nzankich commented 3 years ago

v 4.1.0 includes a server side implementation example. Check that out and lmk if you're still having issues