#omidroostaeifarsi
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.
- omidroostaeifarsi, 4 days ago, 49 messages
- omidroostaeifarsi, 5 days ago, 4 messages
- omidroostaeifarsi, 5 days ago, 17 messages
Can you share the example Payment Intent ID (pi_xxx) with the scenario you described?
yes sure, there is one, wait a moment
pi_3OaKr3H12VUlMrqL1BLsdLsX
an application fee of $6.21 should be calculated for this transaction, but 62100 was sent instead of 621 by mistake.
With reference to https://stripe.com/docs/api/payment_intents/create#create_payment_intent-application_fee_amount:
The amount of the application fee collected will be capped at the total payment amount.
It was unexpected that no error was thrown in https://dashboard.stripe.com/logs/req_feSO1SHQQGHj5Q when the application_fee_amount is more than the payment amount. Can I suggest you writing to Support https://support.stripe.com/contact with request ID req_feSO1SHQQGHj5Q, so that we can check with the product team?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
When the application_fee_amount is more than payment amount, a payment intent shouldn't be created and an error should be returned
so I can be sure that the account will not be debited.
No error received and payment was successful
We noticed this in our system logs and in transaction retrieval
In this pi_3OaKr3H12VUlMrqL1BLsdLsX, I'm not too sure how and whether the application fee amount was debited from the connected account as the PI creation request should fail in the first place. I'd recommend checking with Support on the following:
- Why there was not error thrown in req_feSO1SHQQGHj5Q when application_fee_amount is more than amount?
- In the example pi_3OaKr3H12VUlMrqL1BLsdLsX, was the connected account debited? If so, how was the application fee being calculated?
thanks, 🙏