{
"containerId": "string",
"ip": "string",
"host": "string",
"publicKey": "string",
"clientSecret": "string",
"tradeNo": "string",
"contentSet": {
"cardholderName": {
"placeholder": "John Doe",
"label": "Cardholder Name",
"showLabel": true
},
"email": {
"placeholder": "example@example.com",
"label": "Email",
"showLabel": true
},
"cardNumber": {
"placeholder": "1234 5678 9012 3456",
"label": "Card Number",
"showLabel": true
},
"cardExpiry": {
"placeholder": "MM/YY",
"label": "Expiry Date",
"showLabel": true
},
"cardCVV": {
"placeholder": "123",
"label": "CVC",
"showLabel": true
},
"paySubmitBtn": {
"text": "Pay Now"
}
},
"styles": {}
}