#akash.bhaskar
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- akash.bhaskar, 1 day ago, 2 messages
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
Well you can see no parameters where set in the request: https://dashboard.stripe.com/test/logs/req_sulTQQoxtOYey6
const createPayout = await stripe.payouts.create({
currency: 'usd',
destination: stripe_bank_id,
stripeAccount: connectId,
amount: parseFloat(amount),
});
is this right?
Yes it looks correct, but I don't know the values of stripe_bank_id and connectId and amount.
Can you retry by hardcoding all these values?
could u please send me the stripe api function for nest js where i need to create payouts for a particular external id