#john_webhooks-connect

1 messages ยท Page 1 of 1 (latest)

narrow yewBOT
#

๐Ÿ‘‹ 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.

devout parcel
#

john_webhooks-connect

#

Hello! Do you have an example Event id I can look at? Or a Transfer id?

shadow token
#

tr_1Rs92a2LjNH6sc0XA11ZclrD

#

I have a couple of more, if you need

narrow yewBOT
pallid badge
#

Hi ๐Ÿ‘‹

I'm stepping in here as my colleague needs to go soon. I'm taking a look that the tranfer you shared.

#

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.

#

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

shadow token
#

here is webhook ID: we_1Qzsj92LjNH6sc0XTKSdlxKx
this has the transfer.created configured but the was not sent on this webhool

pallid badge
#

I checked your account and you do not have a webhook endpoint for this

shadow token
#

we_1Qzsj92LjNH6sc0XTKSdlxKx - please check this webhook

pallid badge
#

That endppoint is for events on Connected Accounts

#

The transfer is created on your account, not a connected account

shadow token
#

oh

#

and payout is on Connected accounts?

pallid badge
#

Correct

shadow token
#

ok. that clears.
how about the other question on Payment ID? can that be accessed on both, transfer and payout events?

pallid badge
#

That transfer isn't related to a payment

#

Can you provide examples of ones that are?

shadow token
#

look at this - py_1Rs92aRw5LY385ex7ygCxzLf

pallid badge
#

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

shadow token
#

this Payment ID is specific to the transfer ID: tr_1Rs92a2LjNH6sc0XA11ZclrD

#

if I could capture the Payment ID on transfers - it should be sufficient

pallid badge
#

This ID is in the transfer.created event

shadow token
#

ah, got it

#

thank you!!