In this article, I will discuss credit card authorization form template downloads in Word & PDF. Also, sharing credit card payment form design html code. A credit card authorization form is basically used for processing the purchases made by the cardholder in situations when the cardholder doesn’t show the physical copy of the payment card at the time of sale.
- Keep reading on Html Form Validation using JavaScript Source Code
What is a credit card authorization form?
A credit card authorization form is a document, signed by a cardholder, that grants merchant permission to charge their credit card for a period of time as written in that document. The form is often used to give businesses the ongoing authority to charge the cardholder on a recurring basis – whether that’s monthly, quarterly, or more sporadically.
This comes in handy if you run any type of business that rents expensive equipment. You can use a credit card authorization form to put a hold on a card until the equipment is returned.
What is included in a credit card authorization form?
A credit card authorization form doesn’t have to be a complicated document. Typically it contains:
- The cardholder’s credit card information:
- Card type
- Name on card
- Card number
- Expiration date
- The merchant’s business information.
- Cardholder’s billing address.
- Language authorizing the merchant to charge the customer’s card on file.
- Name and signature of the cardholder.
- Date.
Credit Card Authorization Form Templates Download
ou can use these forms as-is or edit them to include your business’s name and logo or specific language related to the use of the card. You may want to talk to your lawyer about the type of language that your business should include on the form.
- Download the form in Word,
- Download the form in PDF
Credit Card Payment Form Html Template
Learn how to create a credit card payment form design in html with CSS. Find the below source code:-

<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Credit Card Payment Form HTML Template</title> <link href="https://fonts.googleapis.com/css?family=Raleway|Rock+Salt|Source+Code+Pro:300,400,600" rel="stylesheet"><link rel="stylesheet" href="./style.css"> </head> <body> <!-- partial:index.partial.html --> <div class="payment-title"> <h1>Payment Information</h1> </div> <div class="container preload"> <div class="creditcard"> <div class="front"> <div id="ccsingle"></div> <svg version="1.1" id="cardfront" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 750 471" style="enable-background:new 0 0 750 471;" xml:space="preserve"> <g id="Front"> <g id="CardBackground"> <g id="Page-1_1_"> <g id="amex_1_"> <path id="Rectangle-1_1_" class="lightcolor grey" d="M40,0h670c22.1,0,40,17.9,40,40v391c0,22.1-17.9,40-40,40H40c-22.1,0-40-17.9-40-40V40 C0,17.9,17.9,0,40,0z" /> </g> </g> <path class="darkcolor greydark" d="M750,431V193.2c-217.6-57.5-556.4-13.5-750,24.9V431c0,22.1,17.9,40,40,40h670C732.1,471,750,453.1,750,431z" /> </g> <text transform="matrix(1 0 0 1 60.106 295.0121)" id="svgnumber" class="st2 st3 st4">0123 4567 8910 1112</text> <text transform="matrix(1 0 0 1 54.1064 428.1723)" id="svgname" class="st2 st5 st6">JOHN DOE</text> <text transform="matrix(1 0 0 1 54.1074 389.8793)" class="st7 st5 st8">cardholder name</text> <text transform="matrix(1 0 0 1 479.7754 388.8793)" class="st7 st5 st8">expiration</text> <text transform="matrix(1 0 0 1 65.1054 241.5)" class="st7 st5 st8">card number</text> <g> <text transform="matrix(1 0 0 1 574.4219 433.8095)" id="svgexpire" class="st2 st5 st9">01/23</text> <text transform="matrix(1 0 0 1 479.3848 417.0097)" class="st2 st10 st11">VALID</text> <text transform="matrix(1 0 0 1 479.3848 435.6762)" class="st2 st10 st11">THRU</text> <polygon class="st2" points="554.5,421 540.4,414.2 540.4,427.9 " /> </g> <g id="cchip"> <g> <path class="st2" d="M168.1,143.6H82.9c-10.2,0-18.5-8.3-18.5-18.5V74.9c0-10.2,8.3-18.5,18.5-18.5h85.3 c10.2,0,18.5,8.3,18.5,18.5v50.2C186.6,135.3,178.3,143.6,168.1,143.6z" /> </g> <g> <g> <rect x="82" y="70" class="st12" width="1.5" height="60" /> </g> <g> <rect x="167.4" y="70" class="st12" width="1.5" height="60" /> </g> <g> <path class="st12" d="M125.5,130.8c-10.2,0-18.5-8.3-18.5-18.5c0-4.6,1.7-8.9,4.7-12.3c-3-3.4-4.7-7.7-4.7-12.3 c0-10.2,8.3-18.5,18.5-18.5s18.5,8.3,18.5,18.5c0,4.6-1.7,8.9-4.7,12.3c3,3.4,4.7,7.7,4.7,12.3 C143.9,122.5,135.7,130.8,125.5,130.8z M125.5,70.8c-9.3,0-16.9,7.6-16.9,16.9c0,4.4,1.7,8.6,4.8,11.8l0.5,0.5l-0.5,0.5 c-3.1,3.2-4.8,7.4-4.8,11.8c0,9.3,7.6,16.9,16.9,16.9s16.9-7.6,16.9-16.9c0-4.4-1.7-8.6-4.8-11.8l-0.5-0.5l0.5-0.5 c3.1-3.2,4.8-7.4,4.8-11.8C142.4,78.4,134.8,70.8,125.5,70.8z" /> </g> <g> <rect x="82.8" y="82.1" class="st12" width="25.8" height="1.5" /> </g> <g> <rect x="82.8" y="117.9" class="st12" width="26.1" height="1.5" /> </g> <g> <rect x="142.4" y="82.1" class="st12" width="25.8" height="1.5" /> </g> <g> <rect x="142" y="117.9" class="st12" width="26.2" height="1.5" /> </g> </g> </g> </g> <g id="Back"> </g> </svg> </div> <div class="back"> <svg version="1.1" id="cardback" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 750 471" style="enable-background:new 0 0 750 471;" xml:space="preserve"> <g id="Front"> <line class="st0" x1="35.3" y1="10.4" x2="36.7" y2="11" /> </g> <g id="Back"> <g id="Page-1_2_"> <g id="amex_2_"> <path id="Rectangle-1_2_" class="darkcolor greydark" d="M40,0h670c22.1,0,40,17.9,40,40v391c0,22.1-17.9,40-40,40H40c-22.1,0-40-17.9-40-40V40 C0,17.9,17.9,0,40,0z" /> </g> </g> <rect y="61.6" class="st2" width="750" height="78" /> <g> <path class="st3" d="M701.1,249.1H48.9c-3.3,0-6-2.7-6-6v-52.5c0-3.3,2.7-6,6-6h652.1c3.3,0,6,2.7,6,6v52.5 C707.1,246.4,704.4,249.1,701.1,249.1z" /> <rect x="42.9" y="198.6" class="st4" width="664.1" height="10.5" /> <rect x="42.9" y="224.5" class="st4" width="664.1" height="10.5" /> <path class="st5" d="M701.1,184.6H618h-8h-10v64.5h10h8h83.1c3.3,0,6-2.7,6-6v-52.5C707.1,187.3,704.4,184.6,701.1,184.6z" /> </g> <text transform="matrix(1 0 0 1 621.999 227.2734)" id="svgsecurity" class="st6 st7">985</text> <g class="st8"> <text transform="matrix(1 0 0 1 518.083 280.0879)" class="st9 st6 st10">security code</text> </g> <rect x="58.1" y="378.6" class="st11" width="375.5" height="13.5" /> <rect x="58.1" y="405.6" class="st11" width="421.7" height="13.5" /> <text transform="matrix(1 0 0 1 59.5073 228.6099)" id="svgnameback" class="st12 st13">John Doe</text> </g> </svg> </div> </div> </div> <div class="form-container"> <div class="field-container"> <label for="name">Name</label> <input id="name" maxlength="20" type="text"> </div> <div class="field-container"> <label for="cardnumber">Card Number</label><span id="generatecard">generate random</span> <input id="cardnumber" type="text" pattern="[0-9]*" inputmode="numeric"> <svg id="ccicon" class="ccicon" width="750" height="471" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> </svg> </div> <div class="field-container"> <label for="expirationdate">Expiration (mm/yy)</label> <input id="expirationdate" type="text" pattern="[0-9]*" inputmode="numeric"> </div> <div class="field-container"> <label for="securitycode">Security Code</label> <input id="securitycode" type="text" pattern="[0-9]*" inputmode="numeric"> </div> </div> <!-- partial --> <script src='https://cdnjs.cloudflare.com/ajax/libs/imask/3.4.0/imask.min.js'></script><script src="./script.js"></script> </body> </html>
Live Demo|Download Source Code
Conclusion
I hope you liked this article on the credit card authorization form templates and credit card payment form html. I would like to have feedback from my blog readers. Your valuable feedback, question, or comments about this article are always welcome.
Leave a Reply