#makocodesnow
1 messages · Page 1 of 1 (latest)
Hello! Can you give me one of the Event IDs you expected to be delivered to your Webhook Endpoint? Starts with evt_.
evt_3Obp9gERGFX6KOE41Alua8vG
Is the most recent one I made, I'm really only handling payment_intent.succeeded
Thank you for helping me out
Looking...
Ah, okay, so your Webhook Endpoint is set up to receive Events only from your connected accounts. It won't get Events from your account. You need to set up a separate Webhook Endpoint which will receive Events from your own account.
DId you set this up via the Dashboard or did you create the Webhook Endpoint with an API request?
I set this up via the Dashboard, my "Live" testing one must've been set up properly then
From my understanding though, since my process is a user creates an account -> prompted to create their connect account, I thought I'd receive that info there
I will try that now, thank you very much!
The Event ID you provided is for a payment made on your account, not on a connected account though.
Interesting, 😵💫 Sorry to ask for clarification, so this payment is:
From my understanding, there's a principal account, then connected accounts that can receive payments from the principal account?
Because the process I was trying to build is essentially a marketplace, where the seller can create their stripe connect account, and from there users can checkout and funds can go to their (seller sorry!) connect account.
Thanks again for all your time today
You're doing destination payments with Express accounts, so the payments actually exist on your platform account, with a portion of the funds being transferred to the connected account. See here: https://stripe.com/docs/connect/destination-charges#flow-of-funds-amount
🤦♂️ Thank you, I can't believe I forgot since it's been a few weeks since tackling this.
Appreciate all your help and hope you have a great rest of your day!