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
| Parameters | Change | Resources or endpoints |
|---|---|---|
| display_name service_user_number | Added | Mandate. payment_method_details. bacs_debit |
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-02-25. clover
- 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.