#DeeRock - subscriptions
1 messages · Page 1 of 1 (latest)
Hi there!
So you want to change the statement descriptor if your subscription?
One simple option is to set on on the product object: https://stripe.com/docs/api/products/create#create_product-statement_descriptor
Ah we did try this! We inserted 'Razed Website Builder' for the sake of testing but it also appended the support number. We have no idea where it is receiving this from 🤔
Can you share a PaymentIntent ID where this happened (pi_xxx)?
Ya
pi_3LF5DZIJi4ZLEWaU1d0LOAA1
Statement descriptor seems fine here, so I don't know where the number is added
Thanks! Give me a few minutes to look into this.
You can see on the PaymentIntent object the calculated_statement_descriptor, that's exactly what we send to the bank. In this case it's set to RAZED WEBSITE BUILDER, so it looks okay.
Ultimately it's up to the bank to decide what to display to the customer.
So maybe you can ask the bank why they added the phone number here.
Interesting! I know other developers who use Stripe and this doesn't happen on the bank, I've seen it happen with 3 separate PI's.
However, the other company who I personally pay to who uses Stripe, doesn't show this number and my bank doesn't seem to show it on the description either. Very unusual!
Agree that's a bit odd. But as you can see on the calculated_statement_descriptor everything seems okay on our end.
Yeah definitely strange one, it could be anything really, bank security, much as I'm sure Stripe security is a can of worms - It might just be because it's a new billing merchant, I've no idea as my bank doesn't show other businesses stripe payments with a number however, knowing it's fine your end and nothing possibly has added it in, I guess we can settle on the fact this is happening at a much lower level!
Soma thank you for your time