The hidden input stores the payment token securely within the form, making it available for submission without displaying it in the UI. wrap the field inside the form tag
<input type="hidden" name="token" id="Token" value="">