- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
The current version of commerce_stripe can support Stripe Connect charges forDestination charges and Separate charges and transfers, via implementation of hook_commerce_stripe_order_charge_alter(). However the third charging approach, Direct charges, is not supported due to the lack of the ability to override the additional parameters when the charge is created.
To remedy this, we can create a new array for additional context and extend the drupal_alter() function to include the $context array. This would allow a developer to include the additional parameters required to provide the Stripe connected sub accounts API key.
Closed: outdated
3.0
Stripe Checkout
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.