#Long Ho
1 messages ยท Page 1 of 1 (latest)
Hi there, application_fee and stripe_fee are different.
application_fee is a optional fee that the platform charges to connected accounts
stripe_fee is the fee for using Stripe payment service. Either platform or connected accounts need to pay.
ah kk so how do I get the stripe_fee, based on the direct charge doc it looks like the balance_transaction is supposed to contain both but I don't see it in the fee_details of the linked balance_transaction of the application_fee
You can retrieve the application_fee from the PaymentIntent directly https://stripe.com/docs/api/payment_intents/object#payment_intent_object-application_fee_amount
For stripe_fee, you can retrieve it from the balance_transaction's fee_details https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yup so I tried that, but the fee_details only contains the application_fee weirdly, e.g:
{
"id": "txn_3LznTdE7RAAPee4b0qcSTi3R",
"object": "balance_transaction",
"amount": 967,
"available_on": 1667952000,
"created": 1667420639,
"currency": "usd",
"description": null,
"exchange_rate": null,
"fee": 58,
"fee_details": [
{
"amount": 58,
"application": "ca_JAHTGZSHrzHXQUThjrpInNaTnYbs5Qeq",
"currency": "usd",
"description": "<business_name> application fee",
"type": "application_fee"
}
],
"net": 909,
"reporting_category": "charge",
"source": "ch_3LznTdE7RAAPee4b01DSUf6x",
"status": "pending",
"type": "charge"
}
is it a Test mode issue of some sort?
Let me take a look
Hello, its been 2 weeks since I ordered my stripe pos I think ups lost it. Can you guys get me another one? It says please check with sender we are sorry for your inconvenience
@radiant nova ure in the wrong thread ๐
Hi @radiant nova can you post your question in the #dev-help so that i can create a thread for you?
@inland verge I'm still working on it, and I'll update your soon.
thank u sir!
I put it in dev help
Hi @inland verge Thanks for the waiting. I'm unable to find out the answer for your question related to stripe_fee. Please reach out to Stripe support https://support.stripe.com/contact and they'll better help you.
Find help and support for Stripe. Our support center 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.
got it thanks! I know u guys got a rough day today ๐ฆ
Sorry I can't answer the question, my friends in Stripe support will continue to help you.