# Android app not redirecting back to app after completing a PaymentIntent

Ensure that you have implemented a `return_url` in the PaymentIntent, and that the URL is in the [AndroidManifest.xml](https://developer.android.com/guide/topics/manifest/manifest-intro) file.
## Additional Information
* Leaving the return URL blank or putting in an invalid URL will result in the customer seeing a blue button that says **Return to merchant**.
* [Accept in-app payments on Android](https://docs.stripe.com/payments/mobile/accept-payment?platform=android&type=payment)