Adyen
The PoqAdyen
integration wraps the Adyen Drop-In SDK as a native checkout payment provider.
This supplies the Pay Button for Checkout to activate the integration. When activated Adyen fetches config then presents payment methods using its own (non-configurable) drop-in UI.
Set Up
The Adyen integration requires a client key to be added to the config. Adyen also requires BE configuration.
Express Checkout
The integration provides a style to wrap any Adyen 'Instant' method as an express checkout widgets but require button UI or styling. Out of the box the following are vended:
- ApplePay
- PayPal
Payment Methods
The integration supports all Adyen payment methods provided the BE supports them.
When initiated the integration fetches Adyen config, including payment methods from the API to configure the Drop-In UI. We used the Advanced Flow, as recommended by Adyen, to allow ecommerce backends to mutate this configuration.
History
- AW24: Initial release with Native Checkout.