#akshay-santoki_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1303648685153845380
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- akshay-santoki_api, 51 minutes ago, 92 messages
๐ happy to help
in Connected account, account -> individual -> "phone" which format is support ?
i am send "+44 1234567890" but api return error.
like +441234567890 this?
yes
use these magic strings then
okay
in connected account i have already added a external bank account but when i am create payout with connected account then api was return error . Error:- No such external account: 'acct_1QI5QXFWNoOKo0Zl. Request ID:- req_dc2MxqL1RyWh9X. Account ID:- acct_1QI5QXFWNoOKo0Zl.
when i am get account details in api then response in return this data for external account:- "external_accounts": {
"object": "list",
"data": [
{
"id": "ba_1QI5QjFWNoOKo0Zlq5PdnhxR",
"object": "bank_account",
"account": "acct_1QI5QXFWNoOKo0Zl",
"account_holder_name": "Akshay Santoki",
"account_holder_type": "individual",
"account_type": null,
"available_payout_methods": [
"standard",
"instant"
],
"bank_name": "STRIPE TEST BANK",
"country": "GB",
"currency": "gbp",
"default_for_currency": true,
"fingerprint": "PPr3NnPrqdtu0OWy",
"future_requirements": {
"currently_due": [],
"errors": [],
"past_due": [],
"pending_verification": []
},
"last4": "2345",
"metadata": {},
"requirements": {
"currently_due": [],
"errors": [],
"past_due": [],
"pending_verification": []
},
"routing_number": "10-88-00",
"status": "new"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/accounts/acct_1QI5QXFWNoOKo0Zl/external_accounts"
},
this is a payout create API call
you need to use the Transfer API to the Connected Account in order to move funds from your Platform's Stripe Balance to theirs
okay, i will try.
can you please suggest me "req_RS3FlHobXQmYdI" what is exact error in this?
i need to create transfer from instant balance, because today i am charge payment and payout will possible after some time.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i have create connected account and add external account. transfer is success but in stripe website display payout was paused soon. What reason behind that?
in connected account, if this code will be set then daily automatically stripe account to withdraw amount in external bank account or not?settings: {
payouts: {
schedule: {
interval: 'daily',
},
},
},
"paused soon" means that the connected account didn't pass verification
verification manually required?
when you create connected accounts in test mode you need to use the verification "magic strings" from https://docs.stripe.com/connect/testing
api throught verification is possible?
on production server, api throught verification is possible or compalsary need to manually?
in test mode when you use the magic strings you automatically pass (or not depending on which magic string you use) verification
in live mode, the verification is an automatic process that happens in the background asynchronously, but you don't need to do anything other than creating the Account and having the account finish onboarding
in connected account, if this code will be set then daily automatically stripe account to withdraw amount in external bank account or not?settings: {
payouts: {
schedule: {
interval: 'daily',
},
},
},
okay
in connected account, if this code will be set then daily automatically stripe account to withdraw amount in external bank account or not?settings: {
payouts: {
schedule: {
interval: 'daily',
},
},
},
sounds right
means?
means I'm answering "yes" to the question you asked
okay
Currently, i am create connect account using api. After crreation account. onboarding step details will update using api. So, payout was enabled but stripe website in display "payout paused soon".
This is how will work in production mode or live mode?
yes it works the same in live mode
apparently it wasn't
you can click the button and see what's missing.
Also consult:
https://stripe.com/docs/connect/required-verification-information
and
https://docs.stripe.com/connect/handling-api-verification#determine-if-verification-is-needed
required document verification for connected account? like "eventually_due": [
"individual.verification.document"
],
the links above will help answer that