Context
For scenarios where customers have built their own UI and all communication with the Adyen server is handled by their own servers, the clientKey is not necessary in the Adyen SDK of the app because it will not be used. In these cases, we want to ensure that the AdyenAction uses only the ThreeDS2ClassicActionHandler internally and never the ThreeDS2CompactActionHandler. Additionally, when instantiating the AdyenActionComponent in these cases, it should not be mandatory to provide an ApiContext, or at least there should be an option to use an ApiContext that does not include a client_key in its attributes.
Feature Request
I am requesting the addition of a feature that allows the use of Adyen Actions without the need to pass a clientKey. This would benefit developers who have implemented their own UI and do not require the standard clientKey authentication mechanism in the APP because it is already done by their servers.
Proposed Solution
- Implement a way to handle Adyen Actions independently of the
clientKey requirement.
Benefits
- Increased flexibility for developers using custom UI.
- Simplified integration for specific use cases where the
clientKey is not necessary.
Thank you for considering this feature request.
Context
For scenarios where customers have built their own UI and all communication with the Adyen server is handled by their own servers, the
clientKeyis not necessary in the Adyen SDK of the app because it will not be used. In these cases, we want to ensure that theAdyenActionuses only theThreeDS2ClassicActionHandlerinternally and never theThreeDS2CompactActionHandler. Additionally, when instantiating the AdyenActionComponent in these cases, it should not be mandatory to provide anApiContext, or at least there should be an option to use anApiContextthat does not include aclient_keyin its attributes.Feature Request
I am requesting the addition of a feature that allows the use of Adyen Actions without the need to pass a
clientKey. This would benefit developers who have implemented their own UI and do not require the standard clientKey authentication mechanism in the APP because it is already done by their servers.Proposed Solution
clientKeyrequirement.Benefits
clientKeyis not necessary.Thank you for considering this feature request.