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
It would be great if adyenCheckout.start('dropin') returns a Promise that will resolve once the payment process is complete (after 3DS verification, if applicable).
Describe alternatives you've considered
This could be hacked together by creating custom promises in the component that contains the <AdyenCheckout> and react to events, but it is quite messy.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
It would be great if
adyenCheckout.start('dropin')
returns aPromise
that will resolve once the payment process is complete (after 3DS verification, if applicable).Describe alternatives you've considered
This could be hacked together by creating custom promises in the component that contains the
<AdyenCheckout>
and react to events, but it is quite messy.The text was updated successfully, but these errors were encountered: