Integrating payments in android applications is pretty common nowadays but it can sometimes be an headache doing this as an app developer. I will b...
For further actions, you may consider blocking this person and/or reporting abuse
Any idea how to integrate Flutter with Paystack, by sending card details to Paystack and initiating transactions from the backend server outside of Flutter
Not sure of that. But I think there is Flutter Paystack plugin you can use.
Yes sure, but it was too verbose the way I saw people doing it. But I have implemented it though, just as I wanted. Thanks.
Wonderful content I have been searching for a way to implement this in my app thsnks
I'm glad it helped. 😀
I love this, but is there any idea how to use a webview on android for the integration?
Here's a library for that.
medium.com/@victorrebuka/how-to-in...