Reputation: 398
I want to mimic the html form post without any response in php.
In other words;
1) html form >> 2) validation with PHP >> 3) Bank's 3D secure URL check page
I can do it with JQUERY as :
-) when html form submitted, jquery validates data and redirects to Bank's page
For cURL or http_build_query; they ping the URL and get the response whereas I want to send the user to the link (I'm not interested in the result of POST request, rather I want to forward the page to the bank's page with post data)
Upvotes: 0
Views: 617
Reputation: 157917
It can be considered as fraud.
Every online banking system has a way to tell you if a transaction was successful or not. That's all you need to know.
Upvotes: 2