#jo07453
1 messages · Page 1 of 1 (latest)
PaymentIntent API doesn't have a param for tax.
You might want to use Invoices API instead?
hmmm I need to do off_session payments 😢
isn't there any way to an added tax percentage to a payment intent?
Or you can use tax calculation API to calculate the tax and add the tax to the amount of the PaymentIntent?
hmmm yes that would be an option. But actually for that I can calculate the value myself and add it. Thanks!!
What about application fees? Actually I wanna collect this on behalf of a connect account and keep an application fee to us. Is there such a way? I checked the documentation but I didnt understand the difference between on_behalf and transfer_data
Are you doing direct charges or destination charges?
I wanna do a destination charge, but off_session
so I transfer funds from one account to another and keep a fee
Ok, you can collect fee through either applcition_fee or transfer_amount
https://docs.stripe.com/connect/destination-charges#application-fee
https://docs.stripe.com/connect/destination-charges#transfer-amount
https://docs.stripe.com/connect/destination-charges?lang=php#application-fee
so from here I'd transfer 877$ to the connect account and keep 123$ to the app, right?
If you set application fee to $123, then yes.
yes! and I can always do it off_session, right?
Yes you can
you're great @indigo heron ❤️ Thanks!! I'll try your suggestions