Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 686 Bytes

authentication.md

File metadata and controls

18 lines (12 loc) · 686 Bytes

認証

シークレットAPIキー

APIリクエスト時にRFC 7235Authorizationヘッダを用い、RFC 6750Bearerスキームを使用します。

取得方法

  1. こちらからSTORES 決済 加盟店登録をします。
  2. ウェブ管理画面にオーナーとしてログインします。
  3. STORES 請求書決済 - 開発者用設定から取得することができます。

リクエスト例

curl "https://api.coiney.io/api/v1/payments" \
  -H "Authorization: Bearer sk_live_hogehogehogehogehogehogehogehoge"