Adds support for new banks to FPX payments
What’s new
Adds three new values to the bank parameter of FPX payment methods:
- bnp _ paribas
- citibank
- mbsb _ bank
You can now accept FPX payments from customers banking with BNP Paribas and Citibank for business-to-business (B2B) transactions, and the related setting Bank for both B2B and business-to-consumer (B2C) transactions.
In addition, agrobank now supports business-to-business (B2B) transactions through FPX, expanding the range of B2B payment options available to your customers.
Impact
To accept B2B payments from customers using BNP Paribas or Citibank, or B2B and B2C payments from customers using the related setting Bank, update your integration to pass the corresponding new enum value ( bnp_paribas, citibank or mbsb_bank) in the bank parameter when creating an FPX payment method. If your integration supports Agrobank and you want to enable B2B transactions, update your integration to pass agrobank in the bank parameter for B2B payment flows.
Changes
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-07-29. dahlia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
Related changes
- Adds the ability to update shipping options, consent collection, and future usage support on Payment Links
- Adds the ability to indicate that you don’t intend to reuse Samsung Pay and the related setting payment method types
- Adds customer and payment method details to the Refunds API
- Adds the related setting as a supported network for funding instructions
- Adds the allowed payment method types parameter to Payment Intents and Setup Intents
- Adds MB WAY support to the hosted invoice page
- Adds card network details to the Dispute object
- Adds the ability to list Payment Records