Skip to content

Commit d93190c

Browse files
author
Your Name
committed
docs: Add 0.5% gateway commission details to all SDK documentation
Add transparent pricing information to main README and both SDK READMEs: - Gateway commission: 0.5% on all payments - Two-transaction model (merchant + commission) - Commission covers infrastructure costs - Both transactions atomic and on-chain This improves transparency and helps developers understand costs before integration. No code changes - documentation only.
1 parent 2c28719 commit d93190c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ AgentGatePay enables AI agents to make and accept cryptocurrency payments with m
3838
- 📊 Real-time analytics and webhooks
3939
- ⚡ Sub-5 second payment verification
4040

41+
**Gateway Commission:** 0.5% fee on all payments
42+
- Automatically deducted via two-transaction model
43+
- Commission TX: 0.5% → AgentGatePay wallet (covers infrastructure costs)
44+
- Merchant TX: 99.5% → seller wallet
45+
- Both transactions atomic and transparent on-chain
46+
4147
## SDKs
4248

4349
### JavaScript/TypeScript SDK

javascript/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Official JavaScript/TypeScript SDK for [AgentGatePay](https://agentgatepay.io) -
1717
- **Analytics** - Built-in revenue and spending tracking
1818
- **Zero dependencies** (except axios) - Lightweight and fast
1919

20+
**Gateway Commission:** 0.5% fee on all payments
21+
- Automatically deducted via two-transaction model
22+
- Commission TX: 0.5% → AgentGatePay wallet (covers infrastructure costs)
23+
- Merchant TX: 99.5% → seller wallet
24+
- Both transactions atomic and transparent on-chain
25+
2026
## Installation
2127

2228
```bash

python/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Official Python SDK for [AgentGatePay](https://agentgatepay.io) - Secure multi-c
1515
- **Webhooks** - Real-time payment notifications with HMAC verification
1616
- **Analytics** - Built-in revenue and spending tracking
1717

18+
**Gateway Commission:** 0.5% fee on all payments
19+
- Automatically deducted via two-transaction model
20+
- Commission TX: 0.5% → AgentGatePay wallet (covers infrastructure costs)
21+
- Merchant TX: 99.5% → seller wallet
22+
- Both transactions atomic and transparent on-chain
23+
1824
## Installation
1925

2026
```bash

0 commit comments

Comments
 (0)