Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about handling free orders with Adyen app #1317

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/developer/app-store/apps/adyen/storefront.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,9 @@ In that case a single `InvalidDataError` error will be included in `errors` arra
}
}
```

## Free orders

You may have use cases where you want to create free orders, such as free samples or free digital downloads. This may require skipping the payment step and completing the order without a transaction.

Adyen Drop-in integration does not support handling payments with a total amount of zero. Amount: 0, has a specific meaning in [Adyen](https://docs.adyen.com/get-started-with-adyen/payment-glossary/#zero-value-auth) - it allows payment method tokenization or to obtain other details from the merchant database.