#_bossin
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- _bossin, 3 hours ago, 5 messages
You can look at the balance trasaction of the Charge object, inside the PaymentIntent
it has the fee breakdown
And what does it tell from your Dashboard of that PaymentIntent?
Do you have the request id created that PaymentIntent?
req_xxx
or the PaymentIntent Id
"application_fee": "fee_1OOYljPBNSS9tI7pbJMRCvdt",
"application_fee_amount": 4,
pi_3OOYliPBNSS9tI7p1W0aeJTv
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Okie so here is the request you sent
payment_intent_data: {
application_fee_amount: "4",
},
It’s in cents isn’t it 😂 Duh!