Questions tagged [paystack]
27 questions
1
vote
0 answers
after installing react-native-paystack-webview and running build, build fails with compileDebugAndroidTestKotlin error
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':tasks'.
Could not create task ':react-native-paystack-webview:compileDebugAndroidTestKotlin'.
Cannot use @TaskAction annotation on method…

Precious Dim
- 11
- 1
1
vote
3 answers
Cancel Payment Button in paystack not working
I am implementing payment gateway with paystack for the first time and I really don't want to use third party packages for paystack. It is a React Native application. I wanted to implement it using react native webview. It is working so far but I…

kingsJayson
- 55
- 8
1
vote
1 answer
After updating flutter sdk 3.1.0 from official website flutter_paystack plugin is not working
C:\flutter sdk\flutter.pub-cache\hosted\pub.dartlang.org\flutter_paystack-1.0.5+1\android\src\main\kotlin\co\paystack\flutterpaystack\FlutterPaystackPlugin.kt: (25, 62): Type mismatch: inferred type is Activity? but Activity was expected
C:\flutter…

Vrusti Patel
- 394
- 2
- 15
1
vote
2 answers
How to pass first name and last name parameters to Paystack
I want to store more customer information from my Paystack form such as first name, last name and shipping address, but only email and amount is stored. I discovered this can be done using metadata but I really don't know how to go about it. I'd be…

Joseph Jnr
- 35
- 4
1
vote
1 answer
Listening to webview actions to implement paystack in RN
I am trying to run paystack inside a webview however it has a button called cancel payment that doesn't do anything. I am told that the button runs a function called onClose that runs window.close but since its in a webview it doesn't work.
Now I…

Adam Katz
- 6,999
- 11
- 42
- 74
0
votes
0 answers
Using darkmode in flutter paystack
I'm trying to use flutter_paystack in darkmode but I can't find a way around controlling the UI of the enter pin input. I've tried using the chargeCard option, but when pin is required, I get a pop-up with white background even with my mobile system…

unangity
- 1
- 1
0
votes
0 answers
Call to undefined method Illuminate\Foundation\Application::scoped()
I am developing a Laravel application which requires paystack for payment processig. When I tried to install spatie/laravel-webhook-client through composer, using composer require spatie/laravel-webhook-client I got the following…

fagbemi ayodele
- 481
- 1
- 5
- 11
0
votes
1 answer
What is the .pubcache folder in flutter?
After updating my flutter version to the latest version (version 3.10.5), some of the files from one of my packages had code that was deprecated, and stopped the program from running. What is strange is that these folders were all located in a…

Lex
- 61
- 6
0
votes
0 answers
How to get notified of a user crediting their wallet on Paystack – Virtual Account
When integrating a virtual account, on Paystack I understand you need to create customer data and then a dedicated virtual account (DVA) before connecting to that customer, of course, I would have a record of that virtual account on our end too.
If…

Precious Tom
- 486
- 3
- 18
0
votes
0 answers
Building a Custom App on Paystack Terminal
I'm trying to build a custom app on the paystack terminal using react native (expo).
I need to communicate with the paystack terminal app using the package/component name com.paystack.pos and some other extra params like com.paystack.pos.SETTINGS to…

Olashina
- 1
- 1
0
votes
1 answer
Paystack is not working fine on it's callback function
I'm unable to use stripe for payment, because stripe payment ain't working in nigeria.
So i'm using Paystack, But the problem i'm facing now is that
When i deposit fund it's not increasing the balance
Please how will i go about itCheck out my code…

Kelvin Henry
- 13
- 6
0
votes
0 answers
How to run my JS script in react Native WebView when the web page JS script is done running?
I would like to run my javascript codes only when the website I am targeting has finished running these pieces of javascript scripts.
I am building an application in react native and would like to implement paystack payment gateway.
I used React…

kingsJayson
- 55
- 8
0
votes
1 answer
Onsuccess backend request handler not working as expected by calling a successful action when order is paid
I have been trying to get a success handling function to work for days but with no progress. This function is suppose to make a put request to the backend and set order.isPaid to true when customer successfull pays with card which will then activate…

Chidimma Nworah
- 159
- 11
0
votes
1 answer
How to detect when a page is in loading state in webview react native
I am building an application with React Native and I am trying to implement payment system with paystack. I actually would like to use webview to display the pagstack payment gateway.
Everything is working well until I tested the cancel button which…

kingsJayson
- 55
- 8
0
votes
0 answers
What is the best way to handle paystack implementation without a third party package?
I am building a React Native application and I am using Nodejs, MYSQL and Expo React Native. I am implementing payment with paystack for the first time. I followed their API guide which is found here for Node.js based application.
This is my code…

kingsJayson
- 55
- 8