Questions tagged [paystack]
27 questions
0
votes
1 answer
Error in Axios API Post request in Nodejs
I am trying to make an API call to Paystack API. I am using Axios package for node.js. I can't seems to get it to work.
Here is my code:
const response = await axios({
method: 'post',
url:'https://api.paystack.co/transaction/initialize',
…

kingsJayson
- 55
- 8
0
votes
0 answers
Lexical or Preprocessor Issue (Xcode): 'Flutter/Flutter.h' file not found (FlutterPaystackPlugin.h)
I have been trying to get my project to run on IOS, however the app can never compile due to this issue. I am using paystack in my app, and the issue seems to be coming from trying to import "Flutter/Flutter.h" in the "FlutterPaystackPlugin.h"…

Lex
- 61
- 6
0
votes
0 answers
How can I listen to webhooks from PayStack?
I created a website and I integrated payment using PayStack and it is fully functional, but something unusual came up sometime when a customer wanted to make a payment. After the successful payment processing, maybe something went wrong with the…
0
votes
1 answer
How to fetch all transactions of a customer using Paystack api
I integrated the Paystack API into my mobile app, and it works fine instead of fetching the customer's transactions from Paystack. I want to check the customer's history of transactions on launch and unlock locked features if the last transaction is…

Leslie Joe
- 281
- 4
- 17
0
votes
0 answers
getting price from json and integrating to pay stack in react js
I am trying to get my item price from my json data and then pass it to the pay stack payment form so the customer can pay the amount that is in the json data
this is my pay stack code
```
const config = {
reference: (new…

timothy okoduwa
- 1
- 3
0
votes
1 answer
facing error in paystack integrattion in laravel 8
Hi I'm trying to integrate paystack in laravel 8 but I'm click paynow button it give following error
Client error: POST https://api.paystack.co/transaction/initialize resulted in a 404 Not Found response:
{
"status": false,
"message":…

kamran
- 1
0
votes
1 answer
Flutter firebase version solving failed in flutter 2.8.1
Because firebase_auth 0.16.0 depends on firebase_auth_web ^0.1.1 which depends on http_parser ^3.1.3, firebase_auth 0.16.0 requires http_parser ^3.1.3.
And because flutter_paystack >=1.0.5+1 depends on http ^0.13.1 which depends on http_parser…

Deval Joshi
- 163
- 10
0
votes
0 answers
PHP/cURL returns nothing on verifying paystack transaction
I am trying to verify a payment transaction on Paystack using PHP/cURL Although the "catch-error" block of code indicates there is error, echo curl_error($ch) does not output any error message. Below is code I have used:
$url = "…

programmer777
- 31
- 7
0
votes
0 answers
How to connect paystack payment gateway to my flutter e-commmerce app
I integrated Paystack payment gateway to my Flutter-Woocommerce app. Everyhting works fine as in the integration and all.
I'm however having a little challenge in the e-commerce app I'm building while trying to pass the total amount of the cart to…

Kings Samuel
- 115
- 9
0
votes
1 answer
Checking the payment status from an payment APi
Am trying to verify user transaction on paystack. After a user makes payment, I want what to append the reference to the Api URL to check if the payment was succcessful. If the payment is successful then save the model.
import requests
from…

spiritman
- 47
- 1
- 8
-1
votes
1 answer
Paystack payment Gateway integration in laravel Error
I m getting this Error:
Client error: POST https://api.paystack.co/transaction/initialize resulted in a 403 Forbidden response: Just a moment...

Mujtaba Fatih
- 1
- 1
-3
votes
1 answer
Is stripe or paystack incompatible with react18
l'm trying to build an Amazon clone, is paystack or stripe incompatible with react 18, it doesn't seem to work

Hamlanreh007
- 1
- 1