Skip to content

feat: Fallback to organization country for EU bank transfers #3689

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

Merged
merged 10 commits into from
May 21, 2025

Conversation

brunomiguelpinto
Copy link
Contributor

@brunomiguelpinto brunomiguelpinto commented May 20, 2025

Context

Stripe only supports a limited list of countries when creating eu_bank_transfer funding instructions. If a customer's country is not in that list, the request fails with a 400 error.

This feature request aims to allow accepting bank transfers from any European country by defaulting to the organization if that country is supported.

Description

  • A fallback mechanism was added when creating Stripe funding instructions for the type eu_bank_transfer.
  • If the customer's country is unsupported, the system checks whether the organization's country is supported.

@brunomiguelpinto brunomiguelpinto changed the title feat: added org country feat: Fallback to organization country for EU bank transfers May 20, 2025
@brunomiguelpinto brunomiguelpinto self-assigned this May 20, 2025
@brunomiguelpinto brunomiguelpinto force-pushed the feat-organization-country-bank-bank-transfer branch from 7a1318c to 141fcdc Compare May 21, 2025 14:50
@brunomiguelpinto brunomiguelpinto merged commit 37944d4 into main May 21, 2025
14 checks passed
@brunomiguelpinto brunomiguelpinto deleted the feat-organization-country-bank-bank-transfer branch May 21, 2025 16:09
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.

3 participants