22 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
120
views
PayFast cancel subscription (sandbox mode) in Python
I am trying to cancel a PayFast subscription (in the sandbox) using the API tools, in Python.
Looking at the PayFast documentation for recurring billing cancellations it appears to be a PUT request ...
0
votes
1
answer
98
views
Payfast - The sandbox post method is throwing a cors allow error
Sandbox: https://sandbox.payfast.co.za/eng/process - This api call is throwing a cors error on my Flutter flow project. Is there any information i need to add to the header to allow access.
The ERROR:...
0
votes
1
answer
362
views
PayFast signature (python): generated signature does not match submitted signature
I am trying to submit a PayFast payment using the API tools, in python rather than php (the docs recommended approach).
I am generating a signature like so:
import hashlib
import urllib.parse
def ...
0
votes
0
answers
88
views
How to immediately sent 200 Ok response in Flask?
I am trying to integrate Payfast on my flask application. The users are able to make payments but the ITN is not sent back. I always get the 307 Temporary Redirect response instead of 200 Ok. I am ...
0
votes
1
answer
1k
views
httpClient PostAsync Returning 405 Method Not Allowed
I've incorporated Payfast via their custom integration. I'm on the last step to validate the request with Payfast by making a request to the url: https://sandbox.payfast.co.za/eng/query/validate.
...
1
vote
0
answers
59
views
ITN Callback from PayFast Returns Empty Body [duplicate]
I have a NodeJS Express app that returns a status 200 to PayFast on successful payment and logs the body of the response to the console. The problem is that the body is always empty and I cannot find ...
0
votes
0
answers
266
views
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 ...
0
votes
0
answers
842
views
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 ...
1
vote
2
answers
574
views
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 ...
3
votes
0
answers
422
views
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....
0
votes
1
answer
553
views
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, ...
0
votes
1
answer
62
views
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?
0
votes
2
answers
2k
views
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 ...
0
votes
1
answer
300
views
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?...
2
votes
2
answers
789
views
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.
...