tolu360 / react-native-paystack

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

Auth code #36

Closed johneyo closed 5 years ago

johneyo commented 5 years ago

Hello, this is not really an issue but i would like to find out if there is anyway of getting the authorization_code from a transaction in order to make the transaction re-usable. Thank you

tolu360 commented 5 years ago

The verify API endpoint - https://developers.paystack.co/reference#verify-transaction - is what you want. Cheers!