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