Descriptors
-
I have an issue where the public descriptor is not being passed on. Customers in their bank detail only receive order#. I wrote Stripe and thye passed on the following information. Is there any thing which can be done? Thanks.
From Stripe
In the log, I see that your application passed in thestatement_descriptor
parameter as “Order#928”. This is what should appear on your customer’s billing statement based on the information you’re sending through.The solution would just be to omit this parameter when you create the charge [0] if you’d like your customers to see your public statement descriptor on your account instead of the one you’re passing in. This should only involve removing this line of code from your charge creation method, so it should be a pretty quick fix. ??
- The topic ‘Descriptors’ is closed to new replies.