Statement Descriptor Settings
A statement descriptor provides banks and credit card networks with a description of the credit card transaction charge. The description is added to the shopperβs bank or card statement to identify the source of the charge. When shoppers know the origin of a charge, it reduces payment disputes and chargeback requests. Salesforce Payments supports three statement descriptor settings.
Stripe Shortened Descriptor
Your Salesforce Payments Stripe account supports using the Stripe shortened descriptor. You enter a value for the shortened descriptor on your Stripe dashboard. Commerce Payments uses the shortened descriptor as the statement_descriptor value in the Stripe Payment Intents API. When a shopper completes a credit card transaction, the statement descriptor value is passed to the shopperβs bank or card network. With this method, you canβt have site-specific descriptors for sites in your realm that use the same Stripe merchant account ID.
Site-Specific Descriptor
You can use a site-specific customer statement descriptor to identify the site where a charge originated. In Business Manager, you can set a different descriptor for each site across your realm. The Business Manager descriptor overrides the Stripe statement_descriptor value. The site-specific descriptor value is used in the Stripe Payment Intents API and is passed to the shopperβs bank or card network.
Per Transaction Descriptor
You can use the Script API to set the statement descriptor for per payment applications, for example, if you want to add more detail to the description. The statement descriptor value set in the Script API overrides the descriptor value set in the Stripe dashboard and Business Manager.