You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on ExecuteHttpRequestRequestHandler to manage HTTP calls.
Sends a POST request to Epsilon to obtain the provider’s signature.
Stores the response data.
Extracted transaction data from the POS environment
Issues Encountered:
POS Runtime Errors when registering the custom request handler:
Error: "Unable to register replacement request handler with nonreplaceable request type."
The POS system does not recognize the new handler as a valid replacement.
How to correctly register the custom request handler in POS without conflicts?
How to properly pass the provider signature to Adyen within the payment request?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on integrating Epsilon Digital for managing provider signatures on electronic payments made via Adyen within Dynamics 365 Commerce POS.
I have used and customized the implementation from the Fiscal Integration Sample available in the official Microsoft repository:
https://github.com/microsoft/Dynamics365Commerce.Solutions/tree/release/9.52/src/FiscalIntegration/PosFiscalConnectorSample
What Has Been Done So Far:
Issues Encountered:
How to correctly register the custom request handler in POS without conflicts?
How to properly pass the provider signature to Adyen within the payment request?
Beta Was this translation helpful? Give feedback.
All reactions