@siglume/direct-request-payment 0.4.10 → 0.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +4 -4
- package/docs/announcement-ja.md +4 -4
- package/docs/pricing.md +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.11 - 2026-06-19
|
|
4
|
+
|
|
5
|
+
Documentation-only pricing correction.
|
|
6
|
+
|
|
7
|
+
- Clarified that the public one-time payment table uses positive minor-unit
|
|
8
|
+
amounts: Standard is JPY 501+ / USD 3.01+, Micro is JPY 50-500 / USD
|
|
9
|
+
0.31-3.00, and Nano is JPY 1-49 / USD 0.01-0.30.
|
|
10
|
+
- Removed ambiguous "under JPY 50 / up to USD 0.30" wording from public pricing
|
|
11
|
+
tables.
|
|
12
|
+
|
|
3
13
|
## 0.4.10 - 2026-06-19
|
|
4
14
|
|
|
5
15
|
Public beta scope and metered usage hardening patch.
|
package/README.md
CHANGED
|
@@ -261,11 +261,11 @@ settled in USDC. A merchant settles in one currency, chosen at onboarding. The
|
|
|
261
261
|
settlement fee percentage is identical in both currencies; only the flat
|
|
262
262
|
amounts differ.
|
|
263
263
|
|
|
264
|
-
|
|
|
264
|
+
| Public one-time payment amount | Applied automatically | What you select | Fee | Settlement |
|
|
265
265
|
| --- | --- | --- | --- | --- |
|
|
266
|
-
|
|
|
267
|
-
| JPY 50-500 /
|
|
268
|
-
|
|
|
266
|
+
| JPY 501+ / USD 3.01+ | Standard Payment | Select one Standard plan: Launch, Starter, Growth, or Pro | Launch: JPY 0 / USD 0 monthly, 1.8%; Starter: JPY 980 / USD 6 monthly, 1.0%; Growth: JPY 2,980 / USD 18 monthly, 0.7%; Pro: JPY 9,800 / USD 60 monthly, 0.5%. Minimum JPY 30 / USD 0.20 per payment. | Settled on-chain immediately after the payment confirms |
|
|
267
|
+
| JPY 50-500 / USD 0.31-3.00 | Micro Payment | Applied automatically by amount | USD 0.01 / Tx, about JPY 2 | Weekly settlement - see [Settlement schedule](./docs/pricing.md#settlement-schedule) |
|
|
268
|
+
| JPY 1-49 / USD 0.01-0.30 | Nano Payment | Applied automatically by amount | USD 0.001 / usage, about JPY 0.2 | Monthly settlement - see [Settlement schedule](./docs/pricing.md#settlement-schedule) |
|
|
269
269
|
|
|
270
270
|
A merchant billing mandate is required before accepting payments, even on the
|
|
271
271
|
Launch plan. The current public API chooses the payment band from
|
package/docs/announcement-ja.md
CHANGED
|
@@ -49,11 +49,11 @@ Siglume Direct Request Payment は、merchantが注文・金額・通貨をサ
|
|
|
49
49
|
|
|
50
50
|
選択が必要なのは Standard Payment / 通常決済領域のプランだけです。Micro Payment / Nano Payment は別途選ぶものではなく、金額帯によって自動適用されます。
|
|
51
51
|
|
|
52
|
-
|
|
|
52
|
+
| 公開一回払いの決済金額 | 自動適用 | 選択するもの | 料金 | 精算 |
|
|
53
53
|
| --- | --- | --- | --- | --- |
|
|
54
|
-
| JPY
|
|
55
|
-
| JPY 50-500 / USD 0.
|
|
56
|
-
| JPY
|
|
54
|
+
| JPY 501以上 / USD 3.01以上 | Standard Payment / 通常決済 | Launch / Starter / Growth / Pro から1つ | Launch 1.8%、Starter 1.0%、Growth 0.7%、Pro 0.5%。最低 JPY 30 / USD 0.20 | 決済確定後すぐにオンチェーンで精算 |
|
|
55
|
+
| JPY 50-500 / USD 0.31-3.00 | Micro Payment / マイクロペイメント | 選択不要。金額で自動適用 | USD 0.01 / Tx、約JPY 2 | **週次**でまとめて精算([精算スケジュール](#精算スケジュール)参照) |
|
|
56
|
+
| JPY 1-49 / USD 0.01-0.30 | Nano Payment / ナノペイメント | 選択不要。金額で自動適用 | USD 0.001 / usage、約JPY 0.2 | **月次**でまとめて精算([精算スケジュール](#精算スケジュール)参照) |
|
|
57
57
|
|
|
58
58
|
Standard Payment は1決済ごとに精算します。Micro / Nano は金額帯で自動適用され、週次 / 月次でまとめて精算されます。SDRP の導入・merchant setup・billing mandate は、この Micro / Nano の後払い的な集約精算を受け入れる前提です。このリスクを受け入れない商品は、JPY 500 以下 / USD 3 以下では提供せず、Standard Payment 帯の価格にしてください。締め・支払い予定・未精算・精算済み・past due は statement API と CSV で確認します。なお、少額の支払いは実行前に購入者ウォレットの予算が確認され、予算・scope・金額帯のいずれかが満たされない場合はその場で拒否され、課金は発生しません(リクエストは実行されません)。
|
|
59
59
|
|
package/docs/pricing.md
CHANGED
|
@@ -31,11 +31,11 @@ charging.
|
|
|
31
31
|
|
|
32
32
|
## Pricing Table
|
|
33
33
|
|
|
34
|
-
|
|
|
34
|
+
| Public one-time payment amount | Applied automatically | What you select | Fee | Settlement |
|
|
35
35
|
| --- | --- | --- | --- | --- |
|
|
36
|
-
|
|
|
37
|
-
| JPY 50-500 /
|
|
38
|
-
|
|
|
36
|
+
| JPY 501+ / USD 3.01+ | Standard Payment | Select one Standard plan: Launch, Starter, Growth, or Pro | Launch: JPY 0 / USD 0 monthly, 1.8%; Starter: JPY 980 / USD 6 monthly, 1.0%; Growth: JPY 2,980 / USD 18 monthly, 0.7%; Pro: JPY 9,800 / USD 60 monthly, 0.5%. Minimum JPY 30 / USD 0.20 per payment. | Settled on-chain immediately after the payment confirms |
|
|
37
|
+
| JPY 50-500 / USD 0.31-3.00 | Micro Payment | Applied automatically by amount | USD 0.01 / Tx, about JPY 2 | Aggregated and settled **weekly** (see [Settlement schedule](#settlement-schedule)) |
|
|
38
|
+
| JPY 1-49 / USD 0.01-0.30 | Nano Payment | Applied automatically by amount | USD 0.001 / usage, about JPY 0.2 | Aggregated and settled **monthly** (see [Settlement schedule](#settlement-schedule)) |
|
|
39
39
|
|
|
40
40
|
Standard Payment settles per payment. Micro Payment and Nano Payment are
|
|
41
41
|
aggregated and settled in account-assigned weekly / monthly slots - see
|
|
@@ -51,7 +51,7 @@ USD 3-and-under items for a product that cannot accept Micro / Nano delayed
|
|
|
51
51
|
aggregated settlement. For public one-time Direct Payment / Hosted Checkout,
|
|
52
52
|
`amount_minor` is a positive integer in minor currency units. That means the
|
|
53
53
|
smallest public one-time checkout amount is JPY 1 or USD 0.01. Nano Payment on
|
|
54
|
-
this public path therefore means JPY 1-49
|
|
54
|
+
this public path therefore means JPY 1-49 / USD 0.01-0.30. Sub-minor Nano
|
|
55
55
|
protocol fees are settlement-accounting amounts, not externally submitted
|
|
56
56
|
one-time item prices.
|
|
57
57
|
|