#Mahesh K
1 messages · Page 1 of 1 (latest)
hi river
👋 @valid shell How can I help?
Is it possible to send money to an external bank account which doesn't have any stripe account.
I'm afraid this is not possible. Paying out to an external bank account requires a Stripe account
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?
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
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.
You can check the requirements per this Doc: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
ok its helpful.
Is there any charges for payouts?