#Anureet

1 messages · Page 1 of 1 (latest)

cobalt rockBOT
runic kraken
#

Hi! Let me help you with this.

wraith apex
#

Thanks in advance.

runic kraken
wraith apex
#

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 ?

craggy bronze
#

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.

wraith apex
#

Is the billing fees applied per transaction ?

craggy bronze
#

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.

wraith apex
#

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 ?

craggy bronze
wraith apex
#

Is there any way to fetch the billing fees that has been applied via API ?

craggy bronze
#

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.