This event is emitted when the tokenization fails for some reason. Message field contains the relevant reason
{
message:"string",
type:"tokenization_failure"}
3.
This event is emitted every second, and the height field tells the current iframe content's height. You could listen to this event to dynamically update the iframe's container's height
{
height:"number",
type:"set_height"}
Below are all the messages that you will send to iframe:
1.
This event tells the iframe to create a payment instrument using the information currently in the form
2.
This event tells the iframe to clear all the contents in the form