#willb
1 messages · Page 1 of 1 (latest)
No, no benefit really. It's purely record keeping, so metadata on the session/subscription as needed sounds right
Okay great, I think I can still set the transfer group on the transfers too?
With the next subscription payments, I suppose I'll be able to listen to a webhook somewhere and do another transfer for the recurring revenue to the connected account?
Do you need to split the fund, or it is always to the same single account?
You can set this to happen automatically, if so: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-transfer_data-destination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
(and you can update that directly on the subscription after checkout if, eg, you want to transfer a specific amount for the first payment due to the one-time items, but then its a regular amount for the recurring payments)