Skip to main content

POST /v1/orders/:order_id/payments

Overview

注文の支払いを行います。

Sample

info

ユーザ認証についてはこちら。この API はユーザ認証必須です。

curl -X POST http://localhost/api/v1/orders/payments
{
total: 2,
data: [
{
id: 1,
name: "Example Gacha"
}
]
}