#stefanocoggiola
1 messages · Page 1 of 1 (latest)
hi! I imagine some folks support that yep. Did you have some questions about it?
I already have credit card subscriptions for my Connected Accounts in my node.js app.
I use Stripe API in "custom" mode (no checkout, no express).
I'd like to add SEPA as payment method, but I didn't found specific infos about connected accounts + subscriptions + SEPA
I don't think there's any specific documentation for the specific combination of things but they're all documented separately. What you're describing is one of the most complicated ways to use Stripe.
The details of how to implement will depend on your exact charge setup (Direct or Destination, with or without on_behalf_of)
without on_behalf_of, I get my fee from Connected Account as the payment is completed
charge I apply on transaction total may be different from a connected accont to another
so you mean you use https://stripe.com/docs/connect/separate-charges-and-transfers as the overall flow?
No, sorry. I keep my fees directly
so when you call the /v1/subscriptions API today to create a Subscription, what does that code look like exactly?
Now I have an urgent call and I have to go. I'll be back in a couple of hours. Sorry and thanks for your support since now