#aminshoukat

1 messages · Page 1 of 1 (latest)

white cipherBOT
willow tendon
#

That call looks like it should be setting the application fee properly. Are you not seeing the application fee be applied or something?

hushed cipher
#

$stripe->paymentLinks->create([
'line_items' => [
[
'price' => 1000,
'quantity' => 1,
],
],
'application_fee_amount' => 30,
'transfer_data' => [
'destination' => '{{Connected Account ID}}',
]
]);

willow tendon
#

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

hushed cipher
#

Oh. That's bad.

#

Can you show me the stipe fee formula?

#

How much stripe charge?

white cipherBOT
willow tendon
hushed cipher
#

Thanks.

#

how seller can login and see there data on platform ?

#

This is a different question.

#

or It will show directly on their dashboard?

hot night
#

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

hushed cipher
#

ok thanks.