1 pages tagged with "Stripe"
Stripe API with Next.js
April 25, 2021 - 1155 words - 6 mins
Stripe の API を Next.js で動かしてみた備忘録です。
準備
Stripe の Business アカウントを取得。
https://dashboard.stripe.com/register
Next.js をインストールし、Stripe のライブラリをインストールする。
# node.js用ライブラリ
npm install --save stripe
# react及びフロ…
read more