#akshay-santoki_api

1 messages ยท Page 1 of 1 (latest)

jagged pondBOT
#

๐Ÿ‘‹ 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.

narrow peak
#

๐Ÿ‘‹ happy to help

cinder trout
#

in Connected account, account -> individual -> "phone" which format is support ?

#

i am send "+44 1234567890" but api return error.

narrow peak
#

you shouldn't have any spaces

#

is this for test accounts?

cinder trout
#

like +441234567890 this?

cinder trout
narrow peak
#

use these magic strings then

cinder trout
#

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"
},

narrow peak
#

this is a payout create API call

cinder trout
narrow peak
#

you need to use the Transfer API to the Connected Account in order to move funds from your Platform's Stripe Balance to theirs

cinder trout
#

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.

narrow peak
cinder trout
#

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',
},
},
},

narrow peak
#

"paused soon" means that the connected account didn't pass verification

cinder trout
#

verification manually required?

narrow peak
cinder trout
#

api throught verification is possible?

#

on production server, api throught verification is possible or compalsary need to manually?

narrow peak
#

in test mode when you use the magic strings you automatically pass (or not depending on which magic string you use) verification

narrow peak
cinder trout
#

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',
},
},
},

jagged pondBOT
cinder trout
#

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',
},
},
},

errant glade
#

sounds right

cinder trout
#

means?

errant glade
#

means I'm answering "yes" to the question you asked

cinder trout
#

okay

cinder trout
#

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?

errant glade
#

yes it works the same in live mode

cinder trout
#

So, why display "payout paused soon" ?

#

all information was provided

errant glade
#

apparently it wasn't

cinder trout
#

required document verification for connected account? like "eventually_due": [
"individual.verification.document"
],

errant glade
#

the links above will help answer that

cinder trout
#

my connected account in all details was provided and no any missing details. i have attach account detail api response.

#

but stripe dashboard in display payout will paused soon

#

So, what is issue in my code or account?