#ayeeemon
1 messages · Page 1 of 1 (latest)
Hello! That's correct, the prefix has to be similar to, or match, the full descriptor.
so does that mean we have to set both settings.card_payments.statement_descriptor_prefix and settings.payments.statement_descriptor to be the same, when creating the account?
even when we want the suffix of the statement descriptor to be dynamically set by the payment intent
Yeah, they have to be the same or similar.
The purpose of the prefix is to identify the business, which is also the job of the full descriptor. If they don't match or aren't similar it raises red flags and makes it seem like you're doing something shady.
ah ok, and by setting both of those fields to be the same, I can still add the suffix portion of the statement descriptor during the payment-intent
Yeah.