#Alss - statement descriptor
1 messages · Page 1 of 1 (latest)
Hi there!
What will be displayed on the credit card statements is the statement descriptor. On the PaymentIntent object you can set statement_descriptor and/or statement_descriptor_suffix if you want to customize it.
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-statement_descriptor
interesting ! what does "For non-card charges" mean ? Can you explain it a little bit please ? (I'm french I'm not sure to clearly understand what use case it is related to 😅 )
The way statement descriptor works depends on the payment method used.
For card payments, use statement_descriptor_suffix
For non)card payments, use statement_descriptor
ok thanks a lot !