#dennis_de
1 messages · Page 1 of 1 (latest)
We do not necessarily know which payment method it is when we create the payment intent to distinguish between "statement_descriptor_suffix" and "statement_descriptor".
If I understand it correctly, however, it is not enough to set only "statement_descriptor", as this does not work for the credit card. Or?
Okay, sorry for delay, it's a bit busy today.
It's best to set both, if you don't know which one will be used.
But how does it actually work? Can I test this for the different payment methods?
Not that both end up being used.
One of them will be used
Which has the higher priority?
And now the question: isn't there something in front of "statement_descriptor_suffix" from the Stripe Settings?
statement_descriptor: HB MP - {invoiceId}
statement_descriptor_suffix: {invoiceId}
Then it would work like this, wouldn't it? "HB MP is our name.
statement_descriptor: HB MP - {invoiceId}
statement_descriptor_suffix: {invoiceId}
This will work, asstatement_descriptorwill be used for non-card charges.
Ok, thx
Happy to help. Let me know if you have any other questions.