#zyondev_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1250499990896508988
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello! Yes, we have Financial Connections: https://docs.stripe.com/financial-connections
is there sample data i can get of what the api will return?
You can test it in test mode and see actual responses there, yep.
Each API method in the API reference will tell you what the return value should be as well: https://docs.stripe.com/api
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks
when i subscribe to Transaction data for the financial connected account from my node server... when the daily subscriptions hit "As long as you remain subscribed to transaction data, Stripe initiates a new refresh every day."... what url are they hitting? or if not a url, then how would i listen to the subscription daily?
actually nevermind, i see the webhook info at the bottom.
Where do i set the webhook url tho?
What webhook url are you talking about? Are you referring to registering the endpoint?
yes
I would follow that guide then
when i call 'await stripe.financialConnections.transactions.list' with account id "fca_1PQw0OI9vyb7wAPMIr3hyr3W" i always get this response from the API "There are no transactions to retrieve for this account. Refresh or subscribe to transactions to initiate a transaction refresh."
how can i get a list of transactions?
Hi, taking over as two-shoes has to step away. Let me catch up
ok