Handling URL redirect from API Response

Hi everyone

I am thinking of creating a complete card payment flow using Adyen API - Test Environment. My issue arises when cards have to be authorised via 3DS1 which simply means a redirect to issuing bank URL to input some sort of password/One Time Password to validate the shoppers identify then redirect back to the initial website.

Can anyone help or guide me with this?

You’ll need to initiate the payment request to Adyen API with the required payment details, including the card information and payment amount. Once done you will receive a response. In the case of 3DS1 authentication, the response may include a field called “action” or similar, indicating that 3DS authentication is required.