🚀 Feature Request: Add `STRIPE_CONNECTED_ACCOUNT` Support for Payment Routing · Issue #86 · yournextstore/yournextstore · GitHub
More Web Proxy on the site http://driver.im/
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
🚀 Feature Request: Add STRIPE_CONNECTED_ACCOUNT Support for Payment Routing
Problem Statement
Currently, there is no way to dynamically manage payments using shop-specific Stripe connected accounts. The on_behalf_of parameter is not being utilized.
Proposed Solution
Enhance Stripe integration to dynamically handle shop-specific connected accounts using the on_behalf_of parameter.
Implementation Steps
Store Stripe Account IDs:
Add a stripe_connected_account field to the shop configuration.
🚀 Feature Request: Add
STRIPE_CONNECTED_ACCOUNT
Support for Payment RoutingProblem Statement
Currently, there is no way to dynamically manage payments using shop-specific Stripe connected accounts. The
on_behalf_of
parameter is not being utilized.Proposed Solution
Enhance Stripe integration to dynamically handle shop-specific connected accounts using the
on_behalf_of
parameter.Implementation Steps
Store Stripe Account IDs:
stripe_connected_account
field to the shop configuration.Update Payment Logic:
on_behalf_of
parameter in Stripe API calls:Environment Variable Support:
stripe_connected_account
via environment variables:Testing:
stripe_connected_account
values.🎯 Expected Benefits
📚 References
The text was updated successfully, but these errors were encountered: