I'm implementing a simple adaptive payment in the embedded flow with an explicit approval.
What suprises me is that when performing the explicit approval, that is, when the user logs in, it gets only the form with pay button. When clicking on pay, the transaction is done.
This is not how it should work for me. What I need is that at that point the user only does the approval, and explicitly confirms the transaction on my site (like it is described in express checkout flow).
Is this possible, am I doing something wrong?