Questions tagged [payfast]
19 questions
2
votes
0 answers
redirect to app using an external payment service
I have created a dot net maui app. I'm using an external payment service called payfast.
When I want to make a transaction it directs me to a different page on the browser where I make my transactions. When the transactions are complete, I need to…

Etienne van Heerden
- 21
- 1
2
votes
2 answers
PayFast Onsite Integration Doesn't Open Popup Modal
I am working on PayFast Onsite integration following their docs. I am using the PayFast integration in the NodeJs environment (with HTTPS). I have successfully got their identifier using axios.
However, the problem happens when I call their payment…

Mahmoud amr
- 108
- 1
- 8
2
votes
0 answers
Payfast Api integration to Flutter App Http request Errors
I am building an app with Payfast payment gateway. The gateways documentaion only covers php side but I want to make it by requesting https. Trying to resolve the situation but don't understand where I am wrong.
Trying to make simple form…

Muhtar
- 1,506
- 1
- 8
- 33
1
vote
0 answers
PayFast Integration to React signature error
Hello I am trying to integrate PayFast to my ReactJS project but I am getting this error
signature : Generated signature does not match submitted signature
I do not understand because based on the docs…

Ntshembo
- 73
- 2
- 7
0
votes
0 answers
Rails app with ngrok: Unable to route to POST /api/callbacks/payfast_notifications despite route being defined
I'm encountering an issue with my Rails application where a route I've defined is not being recognized when accessed. Here are the details:
The Setup
I'm using puma-dev to run my Rails development environment. The app runs on the standard HTTP and…

Michael T
- 756
- 3
- 13
- 31
0
votes
0 answers
Appscript data collection
I want my form (html) to submit to appscript and after a successful submission i want the form to submit to payfast to process a payment based on the info in the form.
I managed to make it submit to appscript but it took me to a success page not…
0
votes
0 answers
Payfast Payment Integration: Signature: Generated signature does not match submitted signature
I am creatin a payment integration uses payfast integration, but the problem now i am getting an error 404 bad request unable to process payment due to Signature: Generated signature does not match submitted signature. How do i fix this issue so it…

The01800
- 13
- 4
0
votes
0 answers
Yii2 PayFast Integration - Unable to verify your data submission
I have used PayFast (South-African) Payment Gateway for multiple projects and never had this problem.
Using Yii2 Advanced without pretty URL's.
It is hosted on a sub-domain.
I created a form manually:
0
votes
1 answer
Payfast API 401 error C#. Merchant authorization failed
I am currently trying to Ping the Payfast API to get basic authentication rate.
I am stuck at getting the signature correct I think.
To generate the signature I am
Sorting all variables in alphabetical order as seen here and URLencoding
string…

Donavan John Wallis
- 59
- 1
- 9
0
votes
1 answer
Payfast Webhook - NodeJS - Not getting ITN Payload in Webhook
I'm trying to integrate PayFast Payment Gateway (Custom) into my ReactJS and NodeJS App. In ReactJS App, I'm only creating "Checkout Form" and calling Sandbox URL with ID, Key, Notify URL, Return and Cancel URL. In NodeJS App, I'm creating a…

ghulam__sabir
- 11
- 4
0
votes
0 answers
How to process payment with call back url?
I'm working on a laravel payment service. The payment process involves the following step:
Initiate a token
Get an OTP screen from service.
Get a Encoded value (PaRes) from OTP Screen callback url
Initiate the transaction on another API with…

spanish
- 11
- 3
0
votes
1 answer
Payfast Flask giving back a 400 Post Error
When I try to capture the notify_url I get POST /notify HTTP/1.1" 400 instead of 200
Any suggestions on what is causing this error?

Dukep6
- 1
- 1
0
votes
1 answer
Payfast Payment Integration Flutter
I am Implementing a payfast payment Integration, so I created a form where a user fills in amount and item name, I then want to send those details with the http call to the Payfast payment page to be shown on the Webview. So now, when I press the…

SaDev
- 145
- 1
- 11
0
votes
1 answer
woocommerce payfast split payment to merchant id based on product purchased?
based off this link Payfast split payments which appears to work. How does one run a multi vendor woocommerce store and then split the payment to the associated merchant based on the product purchased?
0
votes
3 answers
PayFast integration in NodeJS / ReactJS
I am trying to integrate PayFast into my React / NodeJS app. Using Express, my NodeJS successfully retrieves a payment uuid from the PayFast endpoint (I see this uuid in my console log) -
app.get("/api", async (req, res) => {
…

imim
- 53
- 1
- 8