#Mahesh K

1 messages · Page 1 of 1 (latest)

sick vaultBOT
valid shell
#

hi river

hallow belfry
#

👋 @valid shell How can I help?

valid shell
#

Is it possible to send money to an external bank account which doesn't have any stripe account.

hallow belfry
#

I'm afraid this is not possible. Paying out to an external bank account requires a Stripe account

sick vaultBOT
valid shell
#

ok river.

#

i just want to clarify my doubt

#

i know it wont possible.

valid shell
#

i run the balance transaction list api

#

and i got this response

#

object": "list",
"data": [
{
"id": "txn_1N0wmGJFyf0NJAEUEtzrFJuI",
"object": "balance_transaction",
"amount": -9091,
"available_on": 1682553600,
"created": 1682471051,
"currency": "usd",
"description": "STRIPE PAYOUT",
"exchange_rate": null,
"fee": 0,
"fee_details": [],
"net": -9091,
"reporting_category": "payout",
"source": "po_1N0wmFJFyf0NJAEUZxUvv1Is",
"status": "pending",
"type": "payout"
},
{
"id": "txn_1N0gBYJFyf0NJAEUchvC9BZF",
"object": "balance_transaction",
"amount": 500,
"available_on": 1682985600,
"created": 1682407272,
"currency": "usd",
"description": "Application fee from application Cortracker Inc for mahesh.kuntumalla29@gmail.com (acct_1MwjOyQrHwH0FKGr)",
"exchange_rate": null,
"fee": 0,
"fee_details": [],
"net": 500,
"reporting_category": "platform_earning",
"source": "fee_1N0gBYQrHwH0FKGrlenGGQiN",
"status": "pending",
"type": "application_fee"
},

#

some are negative and some are positive

#

what does it mean?

keen silo
#

The first negative transaction is a Payout type: payout, means we takes fund from your Stripe Account balance to transfer to your bank account

#

The next positive transaction is a normal sale type: application_fee. You takes some amount from a transaction into your Stripe Account balance

valid shell
#

ok got you.

#

thank you

valid shell
#

hi

#

how do i know that the details given for a connect account are not verified and i need to re-enter the valid details.

#

is there any webhook event i need to catch?

#

i am using standard type

#

For verified account i am using payouts_enabled and charges_enabled keys from account.update event.

keen silo
valid shell
#

ok its helpful.

valid shell
#

Is there any charges for payouts?

keen silo