Drop-in Builder

Configure Evonet Drop-in SDK options with a guided interface, preview the result instantly, and copy JSON in one click.

Order Info

Used for session and Drop-in locale.

Enable the option above to send this field.

Payment UI
Theme

Use four values, e.g. 8,8,8,8

Advanced Typography
button

Popular Google Fonts

heading

Popular Google Fonts

subHeading

Popular Google Fonts

label

Popular Google Fonts

labelInfo

Popular Google Fonts

inputField

Popular Google Fonts

paragraph

Popular Google Fonts

placeholder

Popular Google Fonts

Drop-in Preview
UI Config JSON (UI Options + Appearance only)
UI options + appearance JSON
{
  "uiOption": {
    "showSaveImage": false,
    "Columns": false,
    "card": {
      "showCardHolderName": true,
      "CVVForSavedCard": true
    },
    "TnC": {
      "showTnC": false,
      "mode": "click2accept",
      "url": ""
    }
  },
  "appearance": {
    "colorBackground": "#ffffff",
    "colorAction": "#111827"
  }
}
{
  "id": "#your-dropin-container",
  "type": "payment",
  "sessionID": "REPLACE_WITH_REAL_SESSION_ID",
  "locale": "en-US",
  "mode": "embedded",
  "environment": "HKG_prod",
  "isVerifyPaymentBrand": true,
  "verifyOption": {
    "isVerifyPaymentBrand": true,
    "maxWaitTime": "10"
  },
  "uiOption": {
    "showSaveImage": false,
    "Columns": false,
    "card": {
      "showCardHolderName": true,
      "CVVForSavedCard": true
    },
    "TnC": {
      "showTnC": false,
      "mode": "click2accept",
      "url": ""
    }
  },
  "appearance": {
    "colorBackground": "#ffffff",
    "colorAction": "#111827"
  },
  "_note": "Callbacks (payment_method_select, payment_method_selected, payment_completed, payment_failed, payment_not_preformed, payment_cancelled) should be attached in your integration code."
}