#animesh5991_code

1 messages ยท Page 1 of 1 (latest)

manic flowerBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

odd spadeBOT
#

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.

near harbor
#

withdraw_info=stripe.Payout.create(
amount=body['amount'],
currency=body['currency'],
metadata={"data":body['account_id']}
)

also i need to test payout to platform external account, how to do that.

odd spadeBOT
broken rampart
near harbor
#

i am not asking about payout times

#

please refer to the question again

#

I am creating a payment intent object using a customer and its payment method, but now if the payment method is a credit card, how much time will be the settlement time for the intent

broken rampart
#

What do you mean by "settlement time" exactly?

near harbor
#

the time taken for the funds in available to payout in the balances

#

for debit card we have a window of some days before the funds are available to payout soon.

broken rampart
#

I understand. Again, I don't know much about specific times for when the funds become available, depending on your country etc. It's best to ask Stripe Support: https://support.stripe.com/?contact=true

near harbor
#

cool

#

And the other question is that, please provide me a way to test payout in test mode, the payout i am talking about is to the platform external bank.

frigid pagoda
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needs to step away soon.

In test mode you can use the test cards shown in this section to create payments where the funds skip the pending balance step and immediately become available:
https://docs.stripe.com/testing#available-balance

near harbor
#

I need to make payout this doesnt help

frigid pagoda
#

Can you tell me more about the problem you're running into?

near harbor
#

sure

#

I am trying to create a payout here, but i am not able to, so this is through the dashboard, i am doing same with api.

#

I need to add a bank account, which is not allowed in the test mode

#

I was trying the test bank account

frigid pagoda
#

You need to add a bank account in livemode

near harbor
#

Do you get it?

#

then we can test in test mode?

frigid pagoda
#

Yup

near harbor
#

cool.

#

Any other payment method that can be use to test directly?

frigid pagoda
#

There are a lot of other test cards and payment methods on the page that I shared. Is there a particular scenario you're looking to test?

near harbor
#

payout scenario

#

the one we need to add a bank in live mode

frigid pagoda
#

No, you have to add a bank account to live mode.