1<form action="https://secure.authorize.net/gateway/transact.dll" method="post">
2  <input type="hidden" name="x_login" value="{{ x_login }}" />
3  <input type="hidden" name="x_fp_sequence" value="{{ x_fp_sequence }}" />
4  <input type="hidden" name="x_fp_timestamp" value="{{ x_fp_timestamp }}" />
5  <input type="hidden" name="x_amount" value="{{ x_amount }}" />
6  <input type="hidden" name="x_fp_hash" value="{{ x_fp_hash }}" />
7  <input type="hidden" name="x_show_form" value="{{ x_show_form }}" />
8  {% if x_test_request %}
9  <input type="hidden" name="x_test_request" value="{{ x_test_request }}" />
10  {% endif %}
11  <input type="hidden" name="x_type" value="{{ x_type }}" />
12  <input type="hidden" name="x_currency_code" value="{{ x_currency_code }}" />
13  <input type="hidden" name="x_invoice_num" value="{{ x_invoice_num }}" />
14  <input type="hidden" name="x_description" value="{{ x_description }}" />
15  <input type="hidden" name="x_first_name" value="{{ x_first_name }}" />
16  <input type="hidden" name="x_last_name" value="{{ x_last_name }}" />
17  <input type="hidden" name="x_company" value="{{ x_company }}" />
18  <input type="hidden" name="x_address" value="{{ x_address }}" />
19  <input type="hidden" name="x_city" value="{{ x_city }}" />
20  <input type="hidden" name="x_state" value="{{ x_state }}" />
21  <input type="hidden" name="x_zip" value="{{ x_zip }}" />
22  <input type="hidden" name="x_country" value="{{ x_country }}" />
23  <input type="hidden" name="x_phone" value="{{ x_phone }}" />
24  <input type="hidden" name="x_ship_to_first_name" value="{{ x_ship_to_first_name }}" />
25  <input type="hidden" name="x_ship_to_last_name" value="{{ x_ship_to_last_name }}" />
26  <input type="hidden" name="x_ship_to_company" value="{{ x_ship_to_company }}" />
27  <input type="hidden" name="x_ship_to_address" value="{{ x_ship_to_address }}" />
28  <input type="hidden" name="x_ship_to_city" value="{{ x_ship_to_city }}" />
29  <input type="hidden" name="x_ship_to_state" value="{{ x_ship_to_state }}" />
30  <input type="hidden" name="x_ship_to_zip" value="{{ x_ship_to_zip }}" />
31  <input type="hidden" name="x_ship_to_country" value="{{ x_ship_to_country }}" />
32  <input type="hidden" name="x_customer_ip" value="{{ x_customer_ip }}" />
33  <input type="hidden" name="x_email" value="{{ x_email }}" />
34  <input type="hidden" name="x_relay_response" value="{{ x_relay_response }}" />
35  <input type="hidden" name="x_solution_id" value="A1000015" />
36  <div class="buttons">
37    <div class="pull-right">
38      <input type="submit" value="{{ button_confirm }}" class="btn btn-primary" />
39    </div>
40  </div>
41</form>
42