#sviatoslav_46367
1 messages · Page 1 of 1 (latest)
hi there!
you want to change the statement descriptor that appears on the customer's bank statement?
yes
can you share an example of PaymentIntent ID (pi_xxx)?
thanks! you are using Payment Links, so you can use this for the statement descriptor: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_intent_data-statement_descriptor
if you reate the PaymentIntent yourself, then use this https://stripe.com/docs/api/payment_intents/create#create_payment_intent-statement_descriptor or this https://stripe.com/docs/api/payment_intents/create#create_payment_intent-statement_descriptor_suffix
Okay
maybe other ways?
because I am not creating payment intents
it is made by Ordering System, to which I have noo access
you can set a default statement descriptor in your dashboard: https://dashboard.stripe.com/settings/public
correct
if you want more granuarl control, then you need to use the parameters I linked above
okay, thx