#glorious_pomelo_28277

1 messages · Page 1 of 1 (latest)

opaque sapphireBOT
#

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.

warped vault
#

How can I help?

vestal sand
#

I have created a custom connect account along with Tap-To-Pay feature to receive payments in that account. Now I want to fetch all transfers of that specific connect account. How can I do so?

opaque sapphireBOT
vestal sand
#

Is there anyone?

echo canopy
#

can you provide an example payment id where there is a transfer made to that specific connected account?

vestal sand
#

Yeah sure. give me a second

#

pi_3O7d04A1ElCzYWXL19ou4VBw

echo canopy
#

you'll use this https://stripe.com/docs/api/charges/list with the StripeAccount header to make the request : 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.

vestal sand
#

I am using Node.ks

#

js*

echo canopy
#

you can select the relevant language from the sample

vestal sand
#

Actually, I want to list all the payments related a custom connect account. How can I do so using account Id

echo canopy
#

you would use the list Charges API, and include the StripeAccount header

#

the connected account id is provided in the StripeAccount header

vestal sand
#

Here is the transaction in the 'Transfer' tab

#

I want to list all these at once using account id. Does it fall in charges category?