#kaushalsaddal

1 messages · Page 1 of 1 (latest)

edgy haloBOT
inland reef
#

hello

vital star
#

Need help for destination charges coding

#

Got error to implement

#

Not getting application fees

#

all amount going to transfer Connect account

inland reef
#

can you share more information like the code you wrote and examples of the exact issue you're seeing?

vital star
#

yes

#

code shared

#

we followed that

ashen idol
#

Hi! I'm taking over this thread.

#

This is a Destination Charge, with application_fee_amount: 3

#

Can you clarify what is the issue exactly?

vital star
#

Exact issue

#

is

#

We are not getting the application fees against any order

#

complete order amount transfer in connect account

ashen idol
#

This specific Checkout Session in status: "open". When it will be complete, your platform should get the application_fee_amount minus the Stripe fees. So the platform will probably end up with a negative amount.

#

Can you share a complete Checkout Session ID where you don't see the Application Fee?

vital star
#

We are able to see Application fees in every transaction

#

but not getting in our account

#

and

#

application fees calcution also not correct

ashen idol
#

We are able to see Application fees in every transaction but not getting in our account
What do you mean by "not getting in our account"?

#

application fees calcution also not correct
Again, can you clarify with a specific example?

vital star
#

I can tell you example with one sample order

#

can you check my account?

#

or I can shared transction id

#

Can you able to check with that?

ashen idol
#

Yes please share a PaymentIntent ID (pi_xxx) for example.

vital star
#

sharing

#

pi_3MPl2ICQUkZYV1OM07w8cJZO

#

??

ashen idol
#

Thanks! Give me a few minutes to look into this.

vital star
#

Please

ashen idol
#

So you are losing money on the PaymentIntent. You should probably increase your application_fee_amount to avoid this

vital star
#

did not get

#

why is minus from 0.30-0.59 ?

ashen idol
#

When making payment with Stripe, Stripe always take a fee. You can learn more about this here: http://stripe.com/pricing
For Destination Charges, the platform account (you) will pay the Stripe fee.
For this PaymentIntent you have:

  • Application fee (what your platform receives): $0.39
  • Stripe fee (what your platform needs to pay): $0.59
    So... $0.39 - $0.59 means the platform ends up with negative $0.2
vital star
#

this is order what is amount connect will get it?

#

connect should get it aroung 15.40

#

why in screenshot is 15.76?

#

in net amount?

ashen idol
#

The connected account will get $16.35 minus the application fee

vital star
#

can you check.

#

what connect has got?

#

let me do

#

one test transaction

ashen idol
#

can you check what connect has got?
I already told you: $16.35 minus the application fee
So it's 15.96

vital star
#

pi_3MPmDPCQUkZYV1OM0JsrvTXz

#

can you check it this sample transaction I have done thtat

#

that

#

connect amount should get 5.00

#

why net amount is 5.05

#

We increased the amount as well

#

now

ashen idol
#

Are you making real payments for testing purposes? You should stop doing that and use test mode instead.

vital star
#

The application fees should higher then stripe fees?>

ashen idol
#

The application fees should higher then stripe fees?>
If you want the platform to not lose money, yes.

vital star
#

let me try

#

why the net amount is 5.05

#

?

#

in this order it should be 5.00

ashen idol