#Cdd-Stripe-Fee
1 messages · Page 1 of 1 (latest)
Hi there
Can you provide the specific PaymentIntent ID so I can take a look?
Are you sure this isn't an international card being used?
I was doing a production test and it's a US based card.
let me get you a paymentintent id
Can I get you paymentId for a Stripe Express transaction?
Yep
card_1Lx01VGfkTtXvLD0oe2RRW5G
Can you provide the PaymentIntent? Should look like pi_xxxxx
That works
One sec
Okay so the Stripe fee here is .36 because $2.24 * 0.029 + .30 = .364
Then you set a $0.55 application fee
That is dictated by you, the platform
You can see you set that here: https://dashboard.stripe.com/logs/req_jgpOok8wXZ8b7i
np!
So question actually.
The order total BEFORE Stripe Fee and Application Fee is
1.35
If I want the Clients customer to pay for the Processing Fee + Application Fee. What would be the correct formula?
This is my current Formula for example:
1.35 + (1.35*0.029+.30) + .55 = 2.24
Stripe is actually charging the Total Price that is paid though. I can see my mistake.
Is there an example of how that fee would look like with numbers inputted?