Hidetaka Okamoto

Results 21 comments of Hidetaka Okamoto

Could you tell me your environment information? PHP version: Web Server type: Apache / Nginx / other Thanks!

I tried to reproduce this error. ## Step to reproduce ### Instalation ```bash $ stripe samples create subscription-use-cases ? What type of integration would you like to use: usage-based-subscriptions ▸...

Hello, This issue seems to be not a sample of this repository, but rather feedback related to Stripe Docs. In the past four years, the content and sample code in...

Hi @seijik42 -san, Would you check the error log page on the dashboard through the `error.request_log_url` ? You can possibly check the detail of the error like the following screenshot....

@cjavilla-stripe We may need to consider a new example case to support this case. ## e.g.) register-card-before-subscribe These steps will work well for this case: ### Step1: Register payment method...

Hi @shahreazebd . Do you mean that you want to get to know about how to get the original url or path data on the Hono like the express one?...

@shahreazebd We have a template to use Hono and Stripe API / Webhook: https://github.com/stripe-samples/stripe-node-cloudflare-worker-template You can learn how this example verify the Stripe Webhook API request on the Hono from...

Thanks for reaching out @dickeyy . Just for confirm, is your Hono app running on Cloudflare Workers or Wrangler? Or using this for the another runtime like Node.js or AWS...

@dickeyy Thank you for the details. The previous sample I mentioned was intended for Cloudflare Workers. Since you're utilizing Bun, it may be necessary to switch to the following sample...