I have set MD hash value in my account and put the same value in
$md5_setting .this is my response array AuthorizeNetSIM Object (
[subscription_id] => [subscription_paynum] => [approved] => [declined]
=> [error] => [held] => [response_code] => [respo...
hello i have done some changes in my code .I followed instruction
"https://developer.authorize.net/integration/fifteenminutes/#directpost"
from this link. add_amount.php Amount :
direct_post.php if i run direct_post.php it will works
properly. but...
after payment i want to redirect to the my index page of site. so in my
account i have addedhttp://www.techmodi.com/demo/pfonline
$relay_response_url this url and in my account Response/Receipt URLs
must be the same right? so now i have changed it. c...
ok now i have made change in check_form.php
$relay_response_url="http://DOMAIN/relay_reponse.php" $api_login_id =
'xxxxx'; $transaction_key = 'xxxxxxxxx; extract($_POST);
$amount=$fund_amount; $fp_sequence = "123"; // Any sequential number
like an in...