#aminshoukat
1 messages · Page 1 of 1 (latest)
That call looks like it should be setting the application fee properly. Are you not seeing the application fee be applied or something?
$stripe->paymentLinks->create([
'line_items' => [
[
'price' => 1000,
'quantity' => 1,
],
],
'application_fee_amount' => 30,
'transfer_data' => [
'destination' => '{{Connected Account ID}}',
]
]);
Oh I see, you want to add the Stripe fee on to your application fee? Unfortunately we don't have a setting for that at the moment. You would need to calculate roughly what the stripe fee will be and add it to the application_fee_amount that you are setting
Here is an article on calculating the stripe fee https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks.
how seller can login and see there data on platform ?
This is a different question.
or It will show directly on their dashboard?
I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok thanks.