Firebase Cloud Functions - Stripe Connect Webhook not firing

前端 未结 1 1205
深忆病人
深忆病人 2021-01-27 06:09

I\'m trying to set up my stripe webhooks to fire invoking a firebase cloud function automatically whenever a Stripe Connect account is created, updated, or anything at this poin

相关标签:
1条回答
  • 2021-01-27 06:45

    You have set this up as a Connect Endpoint. You'll need to make sure the events are actually occurring on connected accounts (and not your own platform account), as your own account's events won't get sent to a Connect Endpoint.

    You can test this by creating a connected account and verifying that events from it get sent.

    0 讨论(0)
提交回复
热议问题