#pelf-connect

1 messages · Page 1 of 1 (latest)

storm sapphire
polar arrow
#

Payment intent id, if it helps: pi_3KH5GRDFX5Cbjrb90XNhkCcD

storm sapphire
#
  • it depends, you are using Direct Charges. So the events and objects all live on the connected account. The way you as the platform get those events is you register a specific type of webhook endpoint for Connect that recieves events happening on connected accounts
    https://stripe.com/docs/connect/webhooks#connect-webhooks
#
  • for the second point. you're probably not using such an endpoint which is why you don't seem them, you're only listening to events on your platform account
#

it's stripe listen --forward-connect-to with the CLI

polar arrow
#

Oh right. So that's why I don't see them. Thought I was going crazy for a second. Thanks for the help once again 🙏

polar arrow
#

Is there a way to make the ACSS direct charge succeed immediately? I'm now getting the processing webhook but not sure how long it will take to get the other hooks?

storm sapphire