#Anureet
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Thanks in advance.
You can find it in on the Charge object via balance_transaction.fee and balance_transaction.fee_details: https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
This is returning me the 'stripe_fee' and the 'GST tax' per transaction.
But I want to get the 0.5% per transaction that I will be charged for my 'Billing Starter plan' once I go live. How can I get this billing charge per transaction via API ?
Hi! I'm taking over this thread.
Billing fees are not assessed per transaction like processing fees, they are aggregated daily. So I don' think they are visible in the balance_transaction.
Is the billing fees applied per transaction ?
Each recurring payment will have a 0.5% fee by Stripe https://stripe.com/billing/pricing
But that fee is computed async, once a day. So it's not visible on the balance transaction.
If I have 10 subscriptions and all these subscriptions has a payment (recurring payment of each subscription) that are paid today.
Now for today I will be charged 0.5% for all my 10 subscriptions together or 0.5% each for my 10 subscriptions ?
Is there any way to fetch the billing fees that has been applied via API ?
For questions related to Stripe fees (and reporting), I recommend asking Stripe support directly: https://support.stripe.com/contact
Is there any way to fetch the billing fees that has been applied via API ?
It's probably available in the dashboard reports, which can be accessed with the API. But again, I would recommend to ask Stripe support for this, as we are not very familiar with Stripe fees or reporting.