#john_webhooks-connect
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1401963791700332575
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- john_connect-onboarding-ui, 6 days ago, 15 messages
john_webhooks-connect
Hello! Do you have an example Event id I can look at? Or a Transfer id?
Hi ๐
I'm stepping in here as my colleague needs to go soon. I'm taking a look that the tranfer you shared.
Okay so here is the transfer.created webhook event we sent: https://dashboard.stripe.com/test/events/evt_1Rs92b2LjNH6sc0XtnvZQh71
You can see that one of the properties in the object is destination_payment. That has the ID py_1Rs92aRw5LY385ex7ygCxzLf
But really, that just links back to the Transfer you shared earilier.
When I look at the request that created this transfer, https://dashboard.stripe.com/test/logs/req_Jv7IHduHy4tWGj, I can see it was a one-off transfer created through the Stripe dashboard.
To your first question, the transfer.created event occurred but was not sent to any webhook endpoint
Since the Transfer was created in Test mode on your account, the event would only be delivered to a webhook endpoint for your account, listening to transfer.created
here is webhook ID: we_1Qzsj92LjNH6sc0XTKSdlxKx
this has the transfer.created configured but the was not sent on this webhool
I checked your account and you do not have a webhook endpoint for this
we_1Qzsj92LjNH6sc0XTKSdlxKx - please check this webhook
That endppoint is for events on Connected Accounts
The transfer is created on your account, not a connected account
Correct
ok. that clears.
how about the other question on Payment ID? can that be accessed on both, transfer and payout events?
That transfer isn't related to a payment
Can you provide examples of ones that are?
look at this - py_1Rs92aRw5LY385ex7ygCxzLf
For payouts, you would need to use the Balance Transactions API to list all Balance Transactions for a specific payout by passing the Payout ID and filtering the type. You can also expand the data.source to see the payment objects related to them
this Payment ID is specific to the transfer ID: tr_1Rs92a2LjNH6sc0XA11ZclrD
if I could capture the Payment ID on transfers - it should be sufficient
This ID is in the transfer.created event
And it is just the represntation on the Connected Account's side for the funds they receive from this Transfer creation: https://dashboard.stripe.com/test/logs/req_Jv7IHduHy4tWGj