#beaid-statement-descriptor
1 messages · Page 1 of 1 (latest)
Yes you can set statement descriptor in Checkout https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-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.
Can you expand on what you mean by "for card and sepa_debit"?
for this checkout session I only use card and sepa_depit in setup mode
use the mandates later for subscriptions
currently on bank statement writes:
"MyCompany by Stripe via PPRO"
I want to add a purpose, for example:
"MyCompany by Stripe via PPRO - Product 1"
If "MyCompany by Stripe via PPRO" is what you have set account wide, you will want to set "- Product 1" as the statement_descriptor_suffix https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-statement_descriptor_suffix
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
does this work in setup mode? how to change the suffix if a customer has a second subscription with an other name or product?
I undrstand that this works for single charges
If this is setup mode there won't be a charge or a product though, correct?
Do you mean you want the statement descriptor set for all future payments with that payment method?
no we charge later, or the subscriptions trigger the charges
You can add this on the statement descriptor of the product you are using https://stripe.com/docs/api/products/object#product_object-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.
let's say we have 3 products which you can subscribe to. if a user subscribes them all he should see different statement suffix
ok, this looks promising. does it work with cards an sepa_debit?
ok I found this also in dashboard, will try this out, thx.
Yes this words for cards and SEPA.