API ReferenceOrdersPOST /v1/orders/:order_id/paymentsOn this pagePOST /v1/orders/:order_id/paymentsOverview 注文の支払いを行います。 Sample infoユーザ認証についてはこちら。この API はユーザ認証必須です。 curl -X POST http://localhost/api/v1/orders/payments { total: 2, data: [ { id: 1, name: "Example Gacha" } ]}