-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
We've integrated your plugin into our project, and I wanted to inquire about this integration. Specifically, after integrating, we've noticed that buyers always have the same bank transfer title, which isn't entirely ideal for us. For context, we operate an open marketplace system divided between buyers and sellers, and we utilize Stripe Connect.
In our search for a solution within the Stripe documentation, we came across the statement_descriptor and statement_descriptor_suffix fields in the documentation (https://docs.stripe.com/api/payment_intents/create#create_payment_intent-statement_descriptor_suffix). As it seems, these fields are related to PaymentIntent, whereas in your plugin, we're creating an ApiResource Session instead of a PaymentIntent.
So, my question is, is there a possibility to add these aforementioned fields in the capture action or data provider? Or is there any way to dynamically set the bank transfer title that will be displayed to the customer in their banking application?