ZIP configuration
To use ZIP, add a new payment method in Adyen's dashboard and add zip
to the availablePaymentMethods
array in nuxt.config.js
:
// nuxt.config.js
export default {
modules: [
['@vsf-enterprise/adyen-commercetools/nuxt', {
availablePaymentMethods: [
'scheme',
'zip'
],
// ...
}]
]
};
Conditions to make ZIP work correctly:
- Customer must be from Australia.
- Transaction currency must be Australian dollar (AUD).