#Santhosh Kumar R
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the PaymentIntent ID?
pi_3MdibZDDlOdrnnjL00XrpX5P
the payment intent response doesnt contain the statement descriptor that i had given in the product
Yes, that's the expected behaviour, PaymentLink won't set the statement descriptor for that PaymentIntent that it generates.
how do i force this descritor?
If you want to set a statement descriptor, I'd suggest you to use the Checkout Sessions API so that you can set a statement descriptor suffix https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-statement_descriptor_suffix
You mean static statement descriptor? https://stripe.com/docs/account/statement-descriptors#static you can set one through your Dashboard