#animesh5991_code
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/1219264142603456595
๐ 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.
- animesh5991_code, 1 hour ago, 19 messages
- animesh5991_webhooks, 2 days ago, 14 messages
- animesh5991_webhooks, 3 days ago, 4 messages
- animesh5991_webhooks, 3 days ago, 4 messages
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.
I don't know much about payout times, it depends on your country, and other factors. You could probably find more here: https://support.stripe.com/questions/common-questions-about-payout-schedules
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
What do you mean by "settlement time" exactly?
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.
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
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.
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
I need to make payout this doesnt help
Can you tell me more about the problem you're running into?
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
You need to add a bank account in livemode
Yup
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?
No, you have to add a bank account to live mode.