Replace Plaid with Stripe Financial Connections component + fix issue with submit button not resetting when user cancels payment#375
Merged
Conversation
… with submit button not resetting when user cancels payment
fernanDOTdo
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes Plaid completely from the codebase, as this has been replaced completely in Engaging Networks with Stripe Financial Connections.
It also fixes an issue with the Stripe Financial Connections modal where a user closing the modal left the "processing" label of the submit button. It provides a base for adding any more custom functionality we may need to this new payment flow.
The way we detect the SFC modal is a bit of a workaround because EN and Stripe do not provide events for us to hook into.
Test link: https://protect.worldwildlife.org/page/92201/donate/1?assets=stripe-ach
The test link uses a branch built with this branch. When testing with the link fill out a bank account donation, click submit and then close the modal. With the new branch, the submit button label will revert to its correct label. Without the branch, it will continue to say "Processing..."