PaystackHQ / paystack-android

Paystack SDK for Android. Accept payments on Android
Apache License 2.0
126 stars 102 forks source link

I do not get json after a successful payment #55

Closed chuksdsilent closed 6 years ago

chuksdsilent commented 6 years ago

after a successful payment on my app i dont get the json data for the transaction what I get is this

co.paystack.android.Transaction@4f49d0

ibrahimlawal commented 6 years ago

We don't send json of the transaction to the SDK. You need to verify the transaction on your backend for that. Please see the guide.

chuksdsilent commented 6 years ago

how do I get the reference. that I will send to the backend