<div id="checkout-container"></div>
body {
margin: 0;
}
View Compiled
var Options = {
options: {
methods: ["card"],
methods_disabled: [],
full_screen: true,
title: "Example title.",
active_tab: "card",
theme: { type: "dark", preset: "reset" }
},
css_variable: {
main: "#D94343"
},
params: {
merchant_id: 1396424,
currency: "EUR",
order_id: new Date().getTime(),
amount: 5000,
order_desc: "Test payment"
}
};
fondy("#checkout-container", Options);