#secret_lil_squirrel
1 messages · Page 1 of 1 (latest)
Hello
Overall yes it will, but we recommend instead using the statement_descriptor_suffix for this.
You can always look at the calculated_statement_descriptor (https://stripe.com/docs/api/charges/object#charge_object-calculated_statement_descriptor) on the Charge to see what gets passed to the network
Sounds good. Is there a reason that I should use the suffix instead? I see that the "calculated_statement_descriptor" shows my overwritten "statement_descriptor" field on test transactions.
Yeah it is mostly what the card networks want.
However for historical reasons we don't prevent you from customizing the full SD if you want to.
Sounds good. Thank you!