This library enables Adyen Drop-in & Components integration for Vanilo Payments.
Being a Concord Module it is intended to be used by Laravel Applications.
Refer to the markdown files in the docs folder.
Adyen expects amounts to be specified in "minor" units (eg. cents: 10 EUR => { amount: 1000, currency: "EUR" }). Currently the library takes the original amount, multiplies it by 100 and calls it a day. Certain currencies are not like that, we need an adjustment layer to handle this.