#Ji_net-sepa
1 messages ยท Page 1 of 1 (latest)
bank statement, I'll provide a screenshot to clarify things
This is a bank statement, I'm asking if we can customize that "Motif" after we pay with SEPA?
it would just be https://stripe.com/docs/api/payment_intents/create#create_payment_intent-statement_descriptor as normal
Ok I didn't notice it, alright we will test that
Thank you ๐๐
please, if that doesn't bother you, actually I do not create payment intent in my case, I create a setup intent for my customer then I use the confirmCardSetup API then I create my subscription
so basically I do not create a payment intent, how can I set that statement_descriptor ?
then it's the statement descriptor of the Product that is being subscribed to which gets used, I believe https://stripe.com/docs/api/products/create#create_product-statement_descriptor
mmm ok, just one additional question please, it will not be repeated if the customer subscribed to more than one product?
I just notice we already set this statement descriptor in the account details via dashboard, and it seems that it doesn't appear on the statement unfortunately
I confirm that we need to set a static statement descriptor
yeah I would expect that to be used
(the one in the dashboard)
we had some problems with this recently on SEPA so maybe ask our support team at https://support.stripe.com/email
and include the specific payment object involved(like the Invoice ID in_xxx ) matching that screenshot above
it will not be repeated if the customer subscribed to more than one product?
we use the descriptor from the first Product in the list you pass to theitemsof the Subscription if you pass more than one
ok, is that problem will be solved for future sepa payment?
don't know!