#dennis_de

1 messages · Page 1 of 1 (latest)

flat acornBOT
shut dawn
#

Hi! Let me help you with this.

#

What docs are you looking at?

idle pebble
#

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?

shut dawn
#

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.

idle pebble
#

But how does it actually work? Can I test this for the different payment methods?

#

Not that both end up being used.

shut dawn
#

One of them will be used

idle pebble
#

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.

shut dawn
#

statement_descriptor: HB MP - {invoiceId}
statement_descriptor_suffix: {invoiceId}
This will work, as statement_descriptor will be used for non-card charges.

idle pebble
#

Ok, thx

shut dawn
#

Happy to help. Let me know if you have any other questions.