Add missing FPX bank support - #6857
Open
ryanjeffares-stripe wants to merge 2 commits into
Open
Conversation
ryanjeffares-stripe
force-pushed
the
ryanjeffares/fpx-bank-support
branch
from
August 6, 2026 13:23
72ff6a5 to
3e1eb34
Compare
StripePaymentsPublic API+ case agrobank
+ case bankOfChina
+ case bnp_paribas
+ case citibank
+ case deutscheBank
+ case mbsb_bank
+ case publicBankEnterpriseIf you are adding a new public API consider the following:
If you are modifying or removing a public API:
If you confirm these APIs need to be added/updated and have undergone necessary review, add the label ℹ️ If this comment appears to be left in error, make sure your branch is up-to-date with |
ryanjeffares-stripe
enabled auto-merge (squash)
August 6, 2026 14:53
ryanjeffares-stripe
force-pushed
the
ryanjeffares/fpx-bank-support
branch
from
August 6, 2026 17:01
4a28b25 to
33f13fa
Compare
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.
Summary
Added support for FPX bank options that are available in Stripe.js but have been missing from the iOS SDK: Agrobank, Bank of China, Deutsche Bank, Public Bank Enterprise, MBSB Bank, BNP Paribas, and Citibank. Refactored some of the code to use map lookups instead of long switch statements. Displaying banks in ascending alphabetical order as is required by the financial partner.
Motivation
New FPX bank support was added to the API here and is available in Stripe.js, bringing this SDK to parity.
Testing
Changelog