#markymarkoffchain
1 messages · Page 1 of 1 (latest)
Are you referring to stripe transaction fees or application fees?
Application fees are a part of the transaction that the platform keeps
To take a portion of the funds out of what the connect account receives
Stripe fees are ones that stripe collects for processing the payment
right lets work on the case application fees = 0 and stripe fees is what i referred
Ok. Sounds like direct charges is what you're looking for then: https://stripe.com/docs/connect/direct-charges
thank you - then who will be response to receive the webhook about the payment status (success or failure
i guess the payment intent was created via platfomr account and pass it to connected for charge or ? settle ? in this case? @finite mango
Read the doc
It goes over what happens
Funds settle on connect account, but platform creates the charges directly on the connect account
You should still set up webhooks on the platform side
thanks it did mention about the refund but didnt mention the settlement and charge logics. The reason why i m asking is we are embedded insurance solution to partners - partners integrate with stripe and have stripe connect. Now they must pass 100% of insurance ce to us coz they are not eligible to collect them
so we need to answer the sequence of calls and if they are done asynchronously or synchronously
it affect the logic of confirming the insurance sales
in this case - Correct me if i m wrong, both charges and settlement happens in connected account- meaning connected account is eligble to receive webhook of payment success or not
yeah they can
but you as a platform should be handling that
see the connect webhooks doc I sent above
thanks the partner will be the platform - we as insurance embedded act as connected account to recevie 100% premiums
ahh sorry i didn't see that connect webhook page - it is clear now
one more question - the platform account also has visbility to retrive webhook to know the status of the payment_intenet right?
@finite mango
Yes
thank you