tolu360 / react-native-paystack

React Native Wrapper for the Paystack Native Mobile SDKs
162 stars 46 forks source link

How can I integrate react-native-paystack to an e-commerce app. #23

Closed jerryheir closed 5 years ago

jerryheir commented 5 years ago

How can I integrate react-native-paystack to an e-commerce type of app where I take the users card details at sign up and can charge them with a token whenever they make a purchase ???? From what I see in the repo, I have to initialize transaction before send card details. Please its urgent. HELP

steveamaza commented 5 years ago

Hi Jeremiah, this is a third party library and you can only get answers concerning the library here. Please email support@paystack.com for questions concerning the Paystack API On Nov 10, 2018, 9:52 AM +0100, Jeremiah Heir notifications@github.com, wrote:

My company executives met with yours and was told paystack can do this but I can't find this in this endpoint or on the paystack docs — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jerryheir commented 5 years ago

I found out one can be charged with the authorization_code that was gotten after verification of first transaction. Tested that and it worked fine Thats probably something that should be added to this library along side refunds

jerryheir commented 5 years ago

Thank you Steve