#Stripe ダッシュボードで作成したイベントの web hook を stripe cli のローカル環境で受け取る
How to
CLIでイベントをトリガーする
stripe listen
stripe listen
これだけ!
ダッシュボードにすぐデバイスが現れる。
Stripe CLI のイベントを受信するデバイス
Stripe CLI を利用してテストモードのイベントをリッスンしトリガーします。
イベント発行をテスト
Stripeダッシュボードから顧客を作成してみる.
結果
localでイベントを受け取ることができる!
$ stripe listen
> Ready! Your webhook signing secret is xxxxxxxxxxxxxxxxxxxxxxxxxxxx(^C to quit)
2019-12-13 07:41:06 --> customer.created [evt_1Fp0LGCmti5jpytUYaiA0xBE]
ちなみに
webhookを転送する
listenはイベントを聞くだけなので、これをlocalのエンドポイントに転送するには --forward させる
stripe listen --forward-to localhost:5000/webhooks
Webhook送信テスト?
ちなみに stripe cli はあくまでイベントをトリガーしているのであって、設定済みのWebHookへの直接送信をしてみても、cliでトリガーできるわけではないようだ。
つまり
この二つの流れだ
- Stripeのイベント --> webhookリクエストが送信される
- Stripeのイベント --> stripe cli でトリガー --> local で特定のエンドポイントにwebhookリクエストを転送する
Ref
Configuring the Endpoint | Stripe
https://stripe.com/docs/webhooks/configure#send-test-event
Original by Github issue
Author And Source
この問題について(#Stripe ダッシュボードで作成したイベントの web hook を stripe cli のローカル環境で受け取る), 我々は、より多くの情報をここで見つけました https://qiita.com/YumaInaura/items/290eb7e92a0488183ead著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .