...
Property | Type | Required | Description | Format / Example | ||
---|---|---|---|---|---|---|
| string | Y* | Provide the form element id. |
| ||
| string | Y * |
| |||
| string | Y * | The submit button element id |
| ||
| object | Y * | A configuration object for each field. See Field Config below. |
| ||
| object | N | Object of css styles. Applies to all fields. Note: css properties are not camelcase. Example: use |
| ||
| object | N | Object of css styles. Applies to all field inputs. Note: css properties are not camelcase. Example: use |
| ||
| object | N | Applies to all field input placeholders. Note css properties are not camelcase. Example: use |
| ||
| string | N | The initial height of the iframe before the form’s input styles are calculated and applied to the form. Default is |
| ||
| function | N | The callback function invoked after all fields have been encrypted and the payment token ready. |
| ||
| function | N | The callback function invoked for each field after validation occurs (success and fail). |
|
...