Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Plaid webhook verification #1824

Merged
merged 2 commits into from
Feb 7, 2025
Merged

fix: Plaid webhook verification #1824

merged 2 commits into from
Feb 7, 2025

Conversation

zachgoll
Copy link
Collaborator

@zachgoll zachgoll commented Feb 7, 2025

With the addition of EU Plaid, webhooks failed because they were being handled by class level code, which was not aware of which client it was working with.

This PR splits webhooks into two separate endpoints:

  • US Plaid - /webhooks/plaid
  • EU Plaid - /webhooks/plaid_eu

Link tokens are now dynamically generated with these urls based on which client the user used to create the item.

@zachgoll zachgoll changed the title Fix Plaid webhook verification fix: Plaid webhook verification Feb 7, 2025
@zachgoll zachgoll merged commit 5eb5ec7 into main Feb 7, 2025
5 checks passed
@zachgoll zachgoll deleted the zachgoll/fix-plaid-webhooks branch February 7, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant