#varun_76333
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_g3zpCIEbnzakB0
https://dashboard.stripe.com/test/payouts you don't have any test payouts yet.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but payouts are created, I have tested it. I even get the payouts id through webhook in the local testing environment
What's the payout ID?
po_1NdNHGGu03SHhjzPPo6jMksX
This payout was created in a different Stripe account.
which account?
The connected account
I have got the payoutId from my stripe dashbpard on;y
If you want to query the payouts created on your connected account, you should specify a stripe_account in the request.
By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)
okay see, I have an requirement - I have transferid in my hand, when I retrive the data from transferservice, I am not able to get any payout object in it
I require payout object associated with the transferid. for processing
how to do it?
Transfer and Payout are two different things
Transfer means fund movement from one Stripe account to another
Payout means fund movment from a Stripe account to a bank account.
okay