#evan_09475
1 messages · Page 1 of 1 (latest)
Hi there 👋 Step 7 in the guide that you referenced is the section that discusses setting up the client-side code for handling Payment Intents that go into a requires_action state. What happens to your PayPal payments when they get to that portion of your flow?
I see, so the requires action should be resolved from client side.
Correct
requires_action is the state that indicates customer action must be taken for the payment to progress, so client-side code is used to surface the necessary action to the customer.
I will try that now, thanks
Any time!