#varun_76333

1 messages · Page 1 of 1 (latest)

velvet tideBOT
idle storm
ionic fjord
#

req_g3zpCIEbnzakB0

idle storm
ionic fjord
#

but payouts are created, I have tested it. I even get the payouts id through webhook in the local testing environment

idle storm
#

What's the payout ID?

ionic fjord
#

po_1NdNHGGu03SHhjzPPo6jMksX

idle storm
#

This payout was created in a different Stripe account.

ionic fjord
#

which account?

idle storm
#

The connected account

ionic fjord
#

I have got the payoutId from my stripe dashbpard on;y

idle storm
#

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)

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

ionic fjord
#

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?

idle storm
#

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.

ionic fjord
#

okay