Credit Card Form
Overview
SecureFields JS provides building blocks to securely capture (tokenize) credit card information which then can be used to execute sale requests.
You are also provided a very convenient way to quickly render credit card form by using this web component:

Embedding credit card form
Properties
Property/Method
Description
manually-entered
true/false. True if the merchants enter the credit card information
show-zip
true/false
Controls whether zip is displayed or not
submit
Submits the form and send response back to event handlers
success
Success handler is called if the card tokenization is successful
error
Error handler is called if system can not tokenize the provided card detail
Example payload on success
event
success
eventExample payload on error
event
error
eventLast updated