🖥

#Stripe API + Ruby / WebHookRequest 設定でエンドポイントのURLを変更する例

2020/02/26に公開

ngrokを利用していると、毎回WebConsoleから設定を変えるのはなかなか面倒だが、設定変更さえAPI経由で可能みたいだ。いいね。

Stripe::WebhookEndpoint.update('we_xxxxxxxxxxxxxxxxxxxxxxx', {url: 'https://example.com/'})

エンドポイントを一覧するには

Stripe::WebhookEndpoint.list

Original by Github issue

https://github.com/YumaInaura/YumaInaura/issues/3006

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2020-02-26

Discussion