#jo07453

1 messages · Page 1 of 1 (latest)

strange gateBOT
indigo heron
#

PaymentIntent API doesn't have a param for tax.

#

You might want to use Invoices API instead?

sly gate
#

hmmm I need to do off_session payments 😢

#

isn't there any way to an added tax percentage to a payment intent?

indigo heron
#

Or you can use tax calculation API to calculate the tax and add the tax to the amount of the PaymentIntent?

sly gate
#

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

indigo heron
#

Are you doing direct charges or destination charges?

sly gate
#

I wanna do a destination charge, but off_session

#

so I transfer funds from one account to another and keep a fee

indigo heron
sly gate
indigo heron
#

If you set application fee to $123, then yes.

sly gate
#

yes! and I can always do it off_session, right?

indigo heron
#

Yes you can

sly gate
#

you're great @indigo heron ❤️ Thanks!! I'll try your suggestions