#arya-checkout-connectsubs
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- arya_, 42 minutes ago, 13 messages
- arya_, 2 hours ago, 42 messages
- arya-connect-subscriptions, 2 days ago, 9 messages
@steel sandal hello! So the error says you can't pass payment_intent_data so you shouldn't pass it. You want subscription_data
Gotchu, i'll give that a shot
arya-checkout-connectsubs
I was wondering how subscription_data.application_fee_percent relates to subscription_data.transfer_data.amount_percent
It's all an accounting/flow of funds choice between keeping a portion for yourself and sending the rest, or sending the full amount and taking a portion back as a fee
What i meant to ask is that if subscription_data.application_fee_percent is 5%, then it only makes sense for subscription_data.transfer_data.amount_percent to be capped at 95%, right? Or am i mistaken
you're misunderstanding things. You can't combine both, it's one or the other.
Imagine a $100 Invoice
You either
- get $100 and transfer 95% to the connected account with
transfer_data[amount_percent]: 95.00and they get $95 and you keep $5 (and pay Stripe's fee) - get $100, transfer 100% to the connected account (default) and then get back 5% as your own fee with
application_fee_percent]: 5.00and they keep $95 and you keep $5 (and pay Stripe's fee)
the math is the same, but the flow of funds varies
What are the pros/cons of each approach? How do I decide which one I should use
The links you shared are the same
What are the pros/cons of each approach? How do I decide which one I should use
Up to you, they are about the flow of funds and your own accounting/reconciliation.
Got it, thanks
Sure!
How do I know how much stripe will take from this transaction?
Idk if I can see this in test mode
it's right there on your screenshot on fee right?
No, that's the amount the platform (me) charged
no it is not