#cabellomania
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.
- cabello-connect-onboarded, 55 minutes ago, 5 messages
Hello! No, the fee amount will be in the associated Balance Transaction.
Thank you for your help. Does Stripe CLI support pulling that? Searching for txn_1Obo6NKVY..... doesn't show results in Stripe dashboard.
Found it: stripe balance_transactions retrieve txn_1Obo6.... just miss the env=live flag that I am figuring out
You probably need to look at the Connected account for the Balanace Transaction instead of your platform account.
Ah, yep.
Interesting I was able to pull the data but it doesn't contain the stripe processing fee
{
"id": "txn_...",
"object": "balance_transaction",
"amount": 2000,
"available_on": 1706140800,
"created": 1706032173,
"currency": "usd",
"description": "Application fee ...",
"exchange_rate": null,
"fee": 0,
"fee_details": [],
"net": 2000,
"reporting_category": "platform_earning",
"source": "fee_...",
"status": "pending",
"type": "application_fee"
}
I wanted to find the 1190
That's the Balance Transaction for the application fee.
You need the other Balance Transaction.
Can you give me the ID of that one?