Introduces the statement_description field and logic for how charges, invoices, plans, and transfers render statement descriptorsBreaking changes
What’s new
Replaces the statement_
property on the Charge
, Invoice
, Plan
, and Transfer
objects with statement_
. To determine what appears on a customer’s transaction, statement_
is appended to your Stripe account’s statement descriptor while statement_
sets the full statement value. If not on this API version or newer, providing a statement_
still triggers the statement_
behavior. Regardless of API version, the statement_
behavior doesn’t apply with PaymentIntents.
Impact
Replacing the statement_
property with statement_
on multiple objects offers more control over statement appearance.