Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds CHAPS support to Financial Addresses and Received Credits


Public preview

Adds the related setting support to Financial Addresses and Received Credits Public preview

What’s new

Stripe now supports the related setting payments for UK bank accounts in both Financial Addresses and Received Credits.

You can now specify chaps as a network value when creating Financial Addresses with GB bank account credentials. The network property on Received Credit bank transfers also accepts chaps alongside the existing fps value.

Impact

You can now configure your Financial Addresses to accept the related setting transactions to receive payments through both major UK payment networks. This allows customers to send larger value payments or payments outside standard FPS operating hours. This change builds on existing FPS support to provide coverage of UK domestic payment rails.

If you process UK bank transfers, update your integration to handle the new chaps network value in webhook events and API responses for Received Credits. Existing FPS functionality remains unchanged.

Changes

ValueChangeEnum
chapsAddedV2. FinancialAddressCreditSimulation#credit. network
FieldChangeFrom → to
V2. MoneyManagement. ReceivedCredit. bank_transfer. gb_bank_account. networkChangedliteral('fps') → enum('chaps'|'fps')

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-05-27. preview
  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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?