Please seehttps://developer.cardpointe.com/hosted-iframe-tokenizerfor CardConnect's directions on how to create a token.
Valet Manager's noted best practices for CardConnect Tokenization:
- Credit Cards
- Set tokenizewheinactive=true [Automatically tokenized when the input field is idle]
- Set inactivityto=3000 [set the idle timeout to 3seconds]
- ACH/eCheck
- Set tokenizewheinactive=true [Automatically tokenized when the input field is idle]
- Set inactivityto=5000 [set the idle timeout to 5seconds]
- Ensure users understand that they need to enter their account info as: "routingNumber/accountNumber". Card connect is not willing to update this....
A sample iframe embedding is:
<form name="tokenform" id="tokenform">
<iframe id="tokenFrame" name="tokenFrame" src="https://valetmanager.
<input type="hidden" name="mytoken" id="mytoken"/>
</form>
<formname="tokenform"id="tokenform">
<iframeid="tokenFrame"name="tokenFrame"src="https://valetmanager.cardconnect.com/itoke/ajax-tokenizer.html"frameborder="0"scrolling="no"></iframe>
<inputtype="hidden"name="mytoken"id="mytoken"/>
</form>
You can retrieve the token from the mytoken HTML element.