#caio-cruz-split-payment

1 messages · Page 1 of 1 (latest)

dense heron
#

really depends on a lot of factors about your business, the relationship with the donor, who should appear on credit card statement, who handles customer service etc

#

you need to use what works for your model

hearty leaf
#

example: if a donor makes a $100 donation, I want to transfer only 4% to the user who referred that donor. Using the payment intent "application_fee_amount: 96" in this case $100 would be sent to the stripe express account, and then $96 would be passed on to my platform account. Is this correct?

dense heron
#

well, close, there are stripe fees taken too

#

which charge type do you use?

hearty leaf
#

I currently use the creation of transfers for ACH payments... Works great!

dense heron
#

ah, so you handle it manaully

hearty leaf
#

but for credit card payments, I am using the payment split in the payment intent creation. I use express account.

dense heron
#

can you provide a snippet showing your payment intent creation?

hearty leaf
#

I got it. Thanks for your help!

dense heron
#

excellent! my pleasure 🙂