#Kikkoman
1 messages · Page 1 of 1 (latest)
We were able to do this before using an legacy implementation -
Yes, I believe that's set on the PaymentIntent. You can set it when creating Checkout Session by passing in payment_intent_data.description
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
On that note, is this the same as the descriptor on the customer's credit card bills?
No, statement descriptor is different
https://stripe.com/docs/payments/account/statement-descriptors
Understood. Thanks for clarifying