#channy
1 messages · Page 1 of 1 (latest)
You may follow the payment integration guide here to charge any amount: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
hi
now we use destination charges mode, and now we want to charge 1$ before transfer to connected account
Is this possible now?
How is this $1 different from application fee? Application fee is the fee that the platform will be charged
in our business, we charge 1$ extra fee for service
Why not adding additional $1 to the application fee then?
Our business scenario :
as platform, we charge 10$ for client, and we want to charge 1$ for service and then We give the order to the merchant, So we want merchants to feel only 9$ not 10$
I see! In this case, you can use transfer_data.amount instead: https://stripe.com/docs/connect/destination-charges#transfer-amount
Stripe will only transfer amount set to the connected account. Please note that this should also include any fee that you intend to collect
if i use transfer-amount, app fee deduct on platform account or connect account?
👋 taking over for my colleague. Let me catch up.
hi
on the platform account
Can it be set to deduct money from the connect account?
you'd have to use Direct Charges in that case
or try to calculate the fee amount yourself and deduct it from the transfer_data.amount
if i want want charge 1$ on platform account and application fee charge on connected account
seems can't do it now?
you can try to do that in another way
you can create the charge on the platform account
and then after do an account debit with the fee amount
ok。thx very much !