Search
 
SCRIPT & CODE EXAMPLE
 

HTML

signature: Generated signature does not match submitted signature.

<?php
$str = "merchant_id=10000100&merchant_key=46f0cd694581a&return_url=http%3A%2F%2Fwww.ioss.in%2Fpayment-gateway-integration&cancel_url=http%3A%2F%2Fwww.ioss.in¬ify_url=http%3A%2F%2Fwww.ioss.in%2Ffacebook%2Fpayfast_success.php&name_first=Bob&name_last=Smith&email_address=sbtu01%40payfast.co.za&m_payment_id=TRN123456789&amount=200.00&item_name=Widget+Model+123&item_description=Widget+Model+123";
$md5 = md5($str);

?>

<form action="https://sandbox.payfast.co.za/eng/process" method="post" name="frmPay" id="frmPay">

<!-- Receiver Details -->
<input type="hidden" name="merchant_id" value="10000100">
<input type="hidden" name="merchant_key" value="46f0cd694581a">


<input type="hidden" name="return_url" value="http://www.ioss.in/payment-gateway-integration/">
<input type="hidden" name="cancel_url" value="http://www.ioss.in">
<input type="hidden" name="notify_url" value="http://www.ioss.in/facebook/payfast_success.php">

<!-- Payer Details -->
<input type="hidden" name="name_first" value="Bob">
<input type="hidden" name="name_last" value="Smith">
<input type="hidden" name="email_address" value="sbtu01@payfast.co.za"> 

<!-- Transaction Details -->
<input type="hidden" name="m_payment_id" value="TRN123456789">
<input type="hidden" name="amount" value="200.00">
<input type="hidden" name="item_name" value="Widget Model 123">
<input type="hidden" name="item_description" value="Widget Model 123">

<!-- Transaction Options -->
<input type="hidden" name="email_confirmation" value="">

<!-- Security -->
<input type="hidden" name="signature" value="<?php echo $md5; ?>">

<input type="submit" name="submit" value="submit">

</form>
Comment

PREVIOUS NEXT
Code Example
Html :: html autocomplete 
Html :: source picture 
Html :: empty elements in html 
Html :: what is div in html 
Html :: how to add href of messaGing IN ANCHOR TAG 
Html :: delete html file from git 
Html :: html year picker 
Html :: onclick video popup in html codepen 
Html :: in html 
Html :: html subtitle 
Html :: ref attribute in html 
Html :: all meta og tags 
Html :: input name html 
Html :: ubuntu 16.04 vmware 
Html :: openGraph 4 
Html :: petition to get rid of pigeons 
Html :: if the page is opened so count and put it to the value of hidden input 
Html :: cadre rectangulaire bootstrap 
Html :: command checked datagrid wpf 
Html :: get all values in hidden field with the same name 
Html :: navbar html css 
Html :: cron job visit url each 15 min cpanel 
Html :: html haml 
Html :: how to add image in odoo report 
Html :: Open Dropdown pop up upwards forcely 
Html :: How do I move my header to the right side in HTML? 
Html :: angular material tags list 
Html :: ifreame on page with random video 
Html :: openGraph 1 
Html :: modal trava bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =