Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Adyen app documentation to better reflect the actual webhook events and additional data used by the app and to clarify which events are currently unhandled.
Changes:
- Added
OfferClosed/OFFER_CLOSEDto the lists of supported and required webhook events and removed several events that are not used by the app. - Documented that
RecurringContract/RECURRING_CONTRACTevents are currently ignored and reserved for future programmatic payment support. - Updated the “Additional data” configuration section with the current Adyen Dashboard field names and corresponding
additionalDatakeys that populateTransactionItem.paymentMethodDetails.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/developer/app-store/apps/adyen/overview.mdx |
Adds OfferClosed to the supported notification events and notes that RecurringContract is currently ignored and reserved for future implementation. |
docs/developer/app-store/apps/adyen/configuration.mdx |
Updates the Additional data checkbox list and example JSON payload, simplifies webhook event selection guidance, and aligns the documented required webhook events with those actually used by the app. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
szczecha
approved these changes
Jan 27, 2026
lkostrowski
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Adyen app docs:
AUTORESCUECANCEL_AUTORESCUE- these are already covered byAUTHORIZATIONwebhookPAIDOUT_REVERSEDPAYOUT_DECLINEPAYOUT_EXPIREREPORT_AVAILABLEPAYOUT_THIRDPARTY- used in Adyen for platforms & for managing merchant payoutsPENDING- used in "Generic pending" not "Standard webhook", described in Adyen docs: https://docs.adyen.com/development-resources/webhooks/webhook-types#non-default-event-codes:~:text=Generic%20pending%20webhookTECHNICAL_CANCEL- not used by app, sent when canceling payments usingmerchantReferenceand notpspReferencevia API which is not done by Adyen app: https://docs.adyen.com/online-payments/cancel#technical-cancel-webhookOFFER_CLOSED)RECURRING_CONTRACT)TransactionItem.paymentMethodDetailssince Saleor 3.22+