The evolution of Open Banking and regulatory frameworks like PSD2 has fundamentally shifted the financial landscape, empowering Third-Party Providers (TPPs) to offer enhanced financial services. Central to this ecosystem are the Payment Initiation Service (PIS) and the Account Information Service (AIS). While various technical methods exist for connecting these providers with banks, the redirection-based model remains the most prevalent due to its compatibility and relative ease of implementation. However, the user experience in these flows is often fragmented, leading to high drop-off rates. To maximize adoption and trust, it is imperative to design an obstacle-free redirection-based customer journey that is seamless, secure, and intuitive.
In a standard redirection flow, the customer is transported from the Third-Party Providers (TPP) interface to the Account Servicing Payment Service Providers (ASPSP)the banksenvironment for authentication and authorization. Once the action is completed, the user is redirected back to the TPP.
The primary friction points in this journey include "context switching," where the user feels disconnected from the original goal, and technical discontinuities such as session timeouts, broken deep links on mobile applications, or lack of clarity regarding the return path. An obstacle-free journey eliminates these friction points, ensuring the transition between the TPP and the bank feels like a single, unified experience rather than two disjointed interactions. The goal is to reduce the cognitive load on the user and the technical latency between systems.
For Payment Initiation Services, the objective is to authorize a transfer of funds. The user is typically in the middle of a checkout process or a bill payment scenario. Any hesitation or confusion can lead to cart abandonment. An obstacle-free PIS journey follows a distinct, optimized path.
For Account Information Services, the user is granting consent for a TPP to access their financial data. The journey hinges on trust and the clear communication of permissions (scopes).
Creating an obstacle-free journey requires strict adherence to technical standards and cooperation between the bank and the TPP.
State Preservation: The redirection process relies heavily on the "state" parameter. The TPP generates a unique token and sends it to the bank. The bank echoes this back in the response. This mechanism ensures that when the user returns, the TPP can recognize exactly which session to resume. This prevents errors such as CSRF attacks and ensures the user does not lose their shopping cart or application context during the switch.
Error Handling Presentation: Errors are inevitableperhaps the user cancels the payment, the session times out, or the bank systems are down. An obstacle-free journey handles these gracefully. Instead of displaying a cryptic "HTTP 400 Bad Request" error or a blank screen, the bank should redirect back to the TPP with a specific, standardized error code. The TPP then translates this into human-friendly language, such as "The payment was cancelled at the bank. Please try again or use a different payment method."
Regulatory requirements demand Strong Customer Authentication (SCA), which inherently adds steps to the customer journey. Designing an obstacle-free experience does not mean bypassing security; it means integrating security smoothly. The use of biometric authentication (FaceID, fingerprint) via the bank's mobile app is the gold standard. This allows the user to authenticate and authorize in a single motion without typing passwords or SMS codes.
Furthermore, considering that the vast majority of Open Banking interactions occur on mobile devices, the redirection flow must be mobile-first. This means avoiding pop-up blockers and ensuring that web-views within apps handle cookies and session persistence correctly. A truly obstacle-free journey leverages deep linking to switch from the TPP app to the Bank app and back again without ever exposing the user to a clunky mobile web browser experience.
An obstacle-free redirection-based customer journey for Payment Initiation and Account Information Service is the cornerstone of successful Open Banking adoption. By focusing on the continuity of the user experience, leveraging state-of-the-art mobile deep-linking, handling errors with transparent communication, and integrating biometric security, financial institutions and Third-Party Providers can remove the friction that causes drop-offs. The ultimate goal is to make the complex security infrastructure of open banking feel invisible to the user, allowing them to initiate payments and access information with speed, confidence, and ease.
