#tunnnna-descriptors
1 messages · Page 1 of 1 (latest)
For the card payments yes, should be example prefix* example suffix
Pretty much here, isn't it? https://stripe.com/docs/account/statement-descriptors#dynamic
Learn how statement descriptors work.
OK, thanks.
If the statement_descriptor_suffix was not set but the statement_descriptor was set for the PaymentIntent, then will the complete statement descriptor be payment descriptor ? Or account descriptor ?
↑in case of the card payment
No I don't think so, but you can look at the result on each Charge object: https://stripe.com/docs/api/charges/object#charge_object-calculated_statement_descriptor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, I'll try. Thank you.