<div id="checkout-container"></div>
body {
  margin: 10px;
}
#f .f-wallet-pay-button {
  width: 250px;
}
var Options = {
  options: {
    methods: ['wallets'],
    methods_disabled: ['card', 'banklinks_eu', 'local_methods','receipt','loans','most_popular','installments'],
    title: 'Demo checkout',
    link: 'https://shop.com',
    full_screen: false,
    button: true
  },
  params: {
    merchant_id: 1396424,
    required_rectoken: 'y',
    currency: 'EUR',
    amount: 500,
    order_desc: 'Demo order'
  }
}
fondy("#checkout-container", Options);

External CSS

  1. https://pay.fondy.eu/latest/checkout-vue/checkout.css

External JavaScript

  1. https://pay.fondy.eu/latest/checkout-vue/checkout.js