#jmak

1 messages ยท Page 1 of 1 (latest)

mental jungleBOT
lofty dagger
#

Okie I see that's Direct Charge. What's your question?

rocky hemlock
#

I've followed this guide here (photo above) which gives me this flow (photo above), but as mentioned I want the flow where the connected account pays the stripe fees, not me.

lofty dagger
#

I see. Let clarify a bit here

#

The first 2 screenshot is Direct Charge used with Standard account. The next 2 screenshots is Destination Charge used with Express/Custom account. They are 2 entirely different fund flow

#

Direct Charge = Connected Account bears the Stripe fee. Destination Charge means Platform bears the Stripe fee.

#

But really not just who is bearing the fee, there are bunch more conditions you need to consider to make the decision of choosing which flow

#

ie. in Destination Charge yes Platform bear the fee, but you can adjust the application_fee_amount to cover it

rocky hemlock
#

okay i am currently using destination charges i believe with an express account

#

what is the current stripe fee?

lofty dagger
#

it will depend on the country of the Platform account

rocky hemlock
#

US

lofty dagger
#

If you have a specific Transaction, you can look at its Balance Transaction

rocky hemlock
#

No, i have not gone live yet

lofty dagger
#

Test mode transaction works too

#

US should be 2.9% + 30c

#

You can create some Test transaction and look at it on your Dashboard

#

or retrieve the Balance Transaction via API

rocky hemlock
#

gotcha

#

i just created a test connected account

#

how do i propagate a test transaction for this account to check the fee is being porperly processed?

lofty dagger
rocky hemlock
#

oh wait the one you linked is just explanation of the code, which is implemented already in the one i linekd right

#

how do i actually test this though?

lofty dagger
#

You just ... follow the Doc link I provided. I has the sample code. You write your own code

rocky hemlock
#

and then just ping the POST request right

lofty dagger
#

Yep