Elements SDK
Complete your checkout process with a list of payment options. From easy-to-use ones like Apple Pay, Google Pay and PayPal (etc), to buy-now-pay-later ones like Klarna, Sezzle, Affirm and more.
Quick demo
Check out our demo page to see the flow in action.

Configuration
Payment Data
{
"TransactionNumber": "7f943e53476a3efcc263d0f975a01c45a6118fc55852efde8dad7227",
"status": 20
}Customization
SensePassFrontEndSDK.config({
// ...,
theme: { // optional theme for various packages
/** angular material provides extensive documentation on customizing their theme
* you can find it at: https://material.angular.io/guide/theming */
material: "https://pay.sandbox.sensepass.com/publicAssets/themes/custom-sample-material.theme.css", // sample for a customized material theme
sensepassEcommerce: "https://pay.sandbox.sensepass.com/publicAssets/themes/custom-sample-ecommerce.theme.css", // sample for a customized sensepass theme
paymentMethodGrid: "horizontal", // horizontal | vertical style of the payment options
config: {} // a configuration object for specific payment methods text/animations
}
})Last updated
Was this helpful?
