#paymentplugins-connect-statementdescriptor

1 messages · Page 1 of 1 (latest)

vale solarBOT
charred notch
#

What's odd is I am unable to replicate that error with similar request parameters. req_M4t03rJfspAbHA

vale solarBOT
charred notch
#

Apologies, still looking in to this, will get back with what I can find soon

lone swift
#

@charred notch Thank you

past thistle
#

paymentplugins-connect-statementdescriptor

#

@lone swift those requests are one 2 different Stripe accounts and the one where it fails is more recent. We unfortunately had to change our logic/validation for statement descriptor for card payments as it was being abused but we haven't yet applied it to older accounts

lone swift
#

I see, that explains why I can't re-create. for card payments, it looks like the docs state the suffix should be used?

past thistle
#

yes

lone swift
#

So for card payments, the statement_descriptor should be null?

#

Or it can be populated, but suffix has to accompany it?

past thistle
#

I'd recommend setting both

lone swift
#

@past thistle Ok thank you. So just to make sure I understand, if only statement_descriptor is passed, the request will fail. But if statement_descriptor and statement_descriptor_suffix are passed together, the request is valid?