firstdata payment gateway Double charging -


i have integrated payeezy api recurring billing. working good. of payments getting double charging. form

<form action="https://checkout.globalgatewaye4.firstdata.com/payment" method="post">  <input name="x_login" value="login_data" type="hidden"> <input type="hidden" name="x_currency_code" value="usd" /> <input name="x_amount" value="15.00" type="hidden"> <input name="x_fp_sequence" value="fp_sequence" type="hidden"> <input name="x_fp_timestamp" value="timestamp" type="hidden"> <input name="x_fp_hash" value="hash" type="hidden"> <input name="x_show_form" value="payment_form" type="hidden"> <input type="hidden" name="x_cust_id" value='1234'>  <input type="hidden" name="x_type" value="auth_capture" /> <input name="x_recurring_billing_amount" value="15.00" type="hidden"> <input name="x_recurring_billing_id" value="billing id" type="hidden"> <input name="x_recurring_billing" value="true" type="hidden"> <input type="hidden" name="x_recurring_billing_start_date" value="start date" /> <input type="hidden" name="x_recurring_billing_end_date" value="end date" />  <input type="hidden" name="x_first_name" value='first name'> <input type="hidden" name="x_last_name" value='last name'> <input type="hidden" name="x_company" value='company'> <input type="hidden" name="x_address" value='address'> <input type="hidden" name="x_city" value='city'> <input type="hidden" name="x_state" value='state'> <input type="hidden" name="x_country" value='country'> <input type="hidden" name="x_zip" value='zip'> <input type="hidden" name="x_phone" value='phone'> <input type="hidden" name="x_fax" value='fax'> <input type="hidden" name="x_email" value='email'>  <input type="submit" id="submitbtn" value="continue secure payment form" > 

please let me know if wrong in input values.

i have attached image of transactiontransaction.

thanks, vipin


Comments