vanilo/adyen

Adyen Payment Gateway Support for Vanilo (Laravel)

2.0.0 2023-12-18 16:38 UTC

This package is auto-updated.

Last update: 2024-04-24 07:29:37 UTC


README

Tests Packagist Stable Version StyleCI Packagist downloads MIT Software License

This library enables Adyen Drop-in & Components integration for Vanilo Payments.

Being a Concord Module it is intended to be used by Laravel Applications.

Documentation

Refer to the markdown files in the docs folder.

Known Issues

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.