code-corps / code-corps/code-corps-api

Document setting up manual Stripe webbhook testing using Ultrahook

未關閉
#621 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
documentation needs clarification
主要語言
Elixir
星號
234
分支
82
PR 合併指標
30 天內沒有已合併 PR

描述

# Problem

One of the features of our API is handling of stripe events via webhooks.

Basically, when one of many stripe events occurs, they hit one of our two endpoints depending on the event type:

```Elixir
scope "/", CodeCorps, host: "api." do
pipe_through [:logging, :stripe_webhooks]

post "/webhooks/stripe/connect", StripeConnectEventsController, :create
post "/webhooks/stripe/platform", StripePlatformEventsController, :create
end
```

The Stripe account dashboard allows sending test events, on test endpoints, but these can't be localhost, so in order to test them in development, we need something like ultrahook, which provides as a quick passthrough subdomain that hits our localhost http://www.ultrahook.com/

We need to write documentation on how to set this up so it hits our proper endpoint locally, if in need of manual testing.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。