-
Notifications
You must be signed in to change notification settings - Fork 46
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
Clarify 'authorization' status with Adyen #64
Comments
Hey, is there any chance that this can be prioritised and followed up with adyen? It doesn't make sense to have two separate transactions on the payment when the card has only been charged once. Would be preferable if we could just update the charge transaction. |
Note: it does not matter if transaction in CTP is of type Current process:Adyen's AUTOCAPTURE is active:
Adyen's MANUAL CAPTURE is active:
New process:By default we should expect CTP transaction to be supplied by the user with type Adyen's AUTOCAPTURE or MANUAL CAPTURE is active
|
@zackpollard Would the above new process also meet your expectations? |
Hey @butenkor So in the case of auto-capture, we would simply just see the |
Hi @zackpollard. Yes, you would see both |
…ing to the adyen best practices. (#85) * add details for checkout steps. * update Charge to Authorization. * Update extension/docs/IntegrationGuide.md Co-Authored-By: andreas Halberkamp <andreas.halberkamp@commercetools.de> * Update extension/docs/IntegrationGuide.md Co-Authored-By: andreas Halberkamp <andreas.halberkamp@commercetools.de> * Link integration guide with Refund/Cancel guide #71 * additional unit test for the manual capture cases * add additional integration test for manual capture notification * Split unit and integration test commands (#82) * bump version to 3.0.0 * Update extension/docs/IntegrationGuide.md Co-Authored-By: Roman Butenko <roman.butenko@commercetools.de> * Update extension/docs/IntegrationGuide.md Co-Authored-By: Roman Butenko <roman.butenko@commercetools.de> * Update extension/docs/IntegrationGuide.md Co-Authored-By: Roman Butenko <roman.butenko@commercetools.de> * Update extension/docs/IntegrationGuide.md Co-Authored-By: Roman Butenko <roman.butenko@commercetools.de> * Update notification/test/unit/notification.handler.spec.js Co-Authored-By: Hasan <LEQADA@users.noreply.github.com> * add quotes for the adyen events. * add nyc to integration tests. * revert changes for test command. * add explanation for why originalReference should use the AUTHORIZATION notification event. * make cancel or refund documentation more clear. * handle the cancel or refund notification correctly on notification module.
When notification module receives a notification with type 'Authorization', it creates a new transaction with type 'Authorization'. In this case, it should update Charge transaction instead as for Adyen, 'authorization' means charge.
Task: clarify the statement above with Adyen and update the modules accordingly.
The text was updated successfully, but these errors were encountered: