You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm creating a multi tenancy application and I want to create a direct charge with Stripe Connect. This requires me to add a "stripeAccount" header to the header when creating the payment intent.
Describe the solution you'd like
I would like an update to the Stripe plugin options to configure the request options similar to paymentIntentCreateParams.
Describe alternatives you've considered
Copy the source code or using patch-package
Additional context
Started looking at implementing it, I can send a pull request for evaluation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm creating a multi tenancy application and I want to create a direct charge with Stripe Connect. This requires me to add a "stripeAccount" header to the header when creating the payment intent.
Describe the solution you'd like
I would like an update to the Stripe plugin options to configure the request options similar to paymentIntentCreateParams.
Describe alternatives you've considered
Copy the source code or using patch-package
Additional context
Started looking at implementing it, I can send a pull request for evaluation.
The text was updated successfully, but these errors were encountered: