Skip to content

payment_initiation doesn't work #437

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

Closed
mswoff opened this issue Aug 5, 2023 · 2 comments
Closed

payment_initiation doesn't work #437

mswoff opened this issue Aug 5, 2023 · 2 comments

Comments

@mswoff
Copy link

mswoff commented Aug 5, 2023

It seems like all the code is setup to support the payment_initiation product, but once it's specified as part of PLAID_PRODUCTS, everything breaks and you can't select an institution (They all say connectivity not supported).

I separately tried to add transfer to PLAID_PRODUCTS, and the frontend isn't setup for that.

@phoenixy1
Copy link
Contributor

@mswoff are you sure you're combining payment initiation with a supported configuration? In particular, payment initiation only works in europe/uk, so if you set products to payment_initiation but leave the country code as the default US,CA then you'll get the behavior you're describing because no US or CA institutions support payment initiation.

I'm not sure what you mean by the frontend not being set up for transfer -- there are some endpoints to test transfer calls. Specifically, the way the quickstart works is that initializing with transfer will cause a transfer to automatically be initiated; you can then get its details via calling /transfer/get.

@phoenixy1
Copy link
Contributor

Closing this issue as it seems likely to be user error rather than a bug in the quickstart, but feel free to comment to follow up if this did not resolve the problem.

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

No branches or pull requests

2 participants