RyzeDeskRyzeDesk

Stripe

4105 articles

Adds display name and service user number to Bacs Direct Debit mandates


Adds display name and service user number to Bacs Direct Debit mandates

What’s new

Adds the display_name and service_user_number properties to the Mandate object for Bacs Direct Debit transactions. The display_name is the display name for the account on the mandate. The service_user_number is the service user number for the account on the mandate.

These properties provide information for Bacs Direct Debit transactions, helping platforms to manage custom branding across multiple connected accounts.

Impact

You can now access the display name and service user number for Bacs Direct Debit mandates. This information helps you provide better customer support by matching payments to the names customers see on their bank statements, and enables more detailed reconciliation and reporting for your Bacs Direct Debit transactions.

If you’re building customer-facing interfaces or reporting tools that display mandate information, you can now include these additional identification details to improve clarity and transparency.

Changes

ParametersChangeResources or endpoints
display_name service_user_numberAddedMandate. payment_method_details. bacs_debit

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-02-25. clover
  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?