Step 1:- Our Frontend will make a call to our wrapper API.
Step 2:- Our Backend will make a call to ABDM Gateway.
Step 3:- ABDM Gateway will make a call to our backend on /callback (Response data will be received by over backend in step 3)
Step 4:- To transfer the data from the backend to the frontend (Here we are facing an issue in transferring the data from the backend to the frontend application)
Please suggest us some effective way of doing this.