#paymentplugins-connect-statementdescriptor
1 messages · Page 1 of 1 (latest)
What's odd is I am unable to replicate that error with similar request parameters. req_M4t03rJfspAbHA
Apologies, still looking in to this, will get back with what I can find soon
@charred notch Thank you
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
I see, that explains why I can't re-create. for card payments, it looks like the docs state the suffix should be used?
yes
So for card payments, the statement_descriptor should be null?
Or it can be populated, but suffix has to accompany it?
I'd recommend setting both
@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?