Description
We have Drop In working in our app, and have a new requirement to also show a GooglePay (straight to google play flow) button alongside Drop In (cards or google pay flow, 3DS works fine for Drop In Google Pay).
I've followed this example quite closely
Everything works fine except for 3DS handling. Using the 3DS cards when testing google pay, after passing the challenge I get a redirectUrl that I think is caught by Drop In activity, and never returns user to the app.
Integration Information
- Server-side integration: Sessions
- Client-side integration: Drop-in/Components Both!
- SDK version: 5.9.1
Additional Information
Previously had the same issue as this user - have cleaned up the intent filters in our manifest from previous implementation, so no longer see the app chooser but cannot get back into app after 3DS challenge.
I see from the demo app there are no intent filters declared in the manifest, so assume they are not needed if the GooglePayComponent is set up correctly?
Description
We have Drop In working in our app, and have a new requirement to also show a GooglePay (straight to google play flow) button alongside Drop In (cards or google pay flow, 3DS works fine for Drop In Google Pay).
I've followed this example quite closely
Everything works fine except for 3DS handling. Using the 3DS cards when testing google pay, after passing the challenge I get a redirectUrl that I think is caught by Drop In activity, and never returns user to the app.
Integration Information
Additional Information
Previously had the same issue as this user - have cleaned up the intent filters in our manifest from previous implementation, so no longer see the app chooser but cannot get back into app after 3DS challenge.
I see from the demo app there are no intent filters declared in the manifest, so assume they are not needed if the GooglePayComponent is set up correctly?