#JohnM
1 messages · Page 1 of 1 (latest)
I ment out Stripe account, not connected account.
confusion of terms
This is what the balance webhook is showing
{
"id": "evt_1M4DSfHFDCZvO5mLF3LCAqdq",
"object": "event",
"api_version": "2020-08-27",
"created": 1668473833,
"data": {
"object": {
"object": "balance",
"available": [
{
"amount": 221960,
"currency": "usd",
"source_types": {
"bank_account": 248531,
"card": -26571
}
}
],
"connect_reserved": [
{
"amount": 0,
"currency": "usd"
}
],
"livemode": true,
"pending": [
{
"amount": 0,
"currency": "usd",
"source_types": {
"bank_account": 0,
"card": 0
}
}
]
}
},
"livemode": true,
"pending_webhooks": 1,
"request": {
"id": null,
"idempotency_key": null
},
"type": "balance.available"
}
notice I have a card balance of -26571
so far we have only done ACH transactions... so why do I have a negative balance ?
and if we make a creditcard payment and attempt to transfer it to a connected account, will it fail
I have a question about billing. I see a Stripe fee that is listed under the payments in my Stripe account for $35. Where does this fee get deducted from ? The does this get taken from the checking account connected to our stripe ? Or from the net balance of our connected account. This fee is labeled 'Connect (2022-10-01 - 2022-10-31): Active Account Billing'
That gets deducted from your Stripe balance as far as I know
so far we have only done ACH transactions... so why do I have a negative balance ?
I'm not sure. While I recognize that his stemmed from an API call, this is not really a question for this channel. I wish I could help, but this chat is focused on dAPI integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact/email
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.