IFrame Example
Use the options on the right side to change the iframe config. This is an example of the iframe:
Copy example number:
4000 0000 0000 0002
5555 5555 5555 4444
5200 0000 0000 0007
Iframe Config JSON
json
{
"organisation": "merchant1",
"origin": "https://payground-api.payfirmly.com/",
"placeholder": "1234 1234 1234 1234",
"height": "35px",
"debug": false,
"styles": {
"base": "font-family: Arial,sans-serif; width: 100%; box-sizing: border-box; height: 34px; padding: 6px; font-size: 14px; color: #555; border: 1px solid #ccc; border-radius: 4px;",
"focus": "border-color: #66afe9; outline: 0;",
"error": "border-color: #FF0000; outline: 0;",
"placeholder": "color: #999999;"
}
}
Iframe Config
input {font-family: Arial,sans-serif;
input {border-color: #66afe9;
input {border-color: #FF0000;
input {color: #999999;