#Gavin Phung
1 messages ยท Page 1 of 1 (latest)
hello! can you share an example PaymentIntent id for me to take a look?
ok can ๐
here sir pi_3M6QVUKjlWQFVoaJ1e2xECQV
i am create payment intent on test mode
based off that PaymentIntent that you've provided, you're using Direct Charges, which means that the connected account will pay the Stripe fees.
Are all your connected accounts based in the same country as your platform account?
hmm
mean platform account to absorb the Stripe fee
right?
I just want the platform account to absorb the Stripe fee if there is a refund
that's not going to be possible with Direct Charges. The only way i can think of is for you to sum up the refunded amount and then settle that with the connected account outside of Stripe
if all the connected accounts are in the same country as the platform account, you could simply do a Transfer for that amount. But if the connected accounts are not in the same country as the platform account, it's not possible to do a Transfer.
yes i understand ๐