How to integrate with Paymill payment service in a Vaadin application?


How to integrate with Paymill payment service in a Vaadin application?

Can somebody point out an example to which shows me how to

  1. implement a Paymill payment form inside a Vaadin application
  2. retrieve the token for a credit/debit card details submitted to Paymill using the payment form

so that I can subsequently use the generated token for payment creation via the Paymill payment API (Java wrapper)?

Thanks in advance. Regards, Mike