RyzeDeskRyzeDesk

Stripe

4105 articles

Adds support for new banks to FPX payments


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

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?