#Santhosh Kumar R
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you provide more information about how exactly are you modelling "multi-pricing" ?
Are you using PaymentIntents API?
configured a single product..and adding dynamic pricing to it everytime during checkout
or can i ask u if i can use paymentintent api and group it under a single production in my dashboard?
Ah okay.
So you could try sending payment_intent_data.statement_descriptior on each checkout session creation
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-statement_descriptor
This would allow you to set custom descriptor for each checkout session
can this not be done in the create pricing