#benruckman
1 messages · Page 1 of 1 (latest)
Hi there, it depends on the charge type. If it's a Direct Charge, the conected account is responsieble for the stripe fee. Else if it's a Destination Charge, the platfomr is responsebile for the stripe fee.
This is using the invoices system, are there different kind of charges associated with it?
You mean using Invoicing APIs?
Yeah
Ok, are these invoices created on connected accounts or platforms?
yes
Do you have an invoice ID that I can take a look
Basically we create them, then tell stripe about it, then stripe gives us the payment link, which we attach to our website with the invoice
sure
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
OK. So this is a destination charge (because transfer_data.destination is set), so the platform is responsebile for the stripe fee
awesome, thank you!
No problem!