🔌 Integration Options¶
Tributary offers multiple ways to integrate automated payments into your application. Choose the integration method that best fits your use case and technical requirements.
Integration Methods¶
1. Direct SDK Integration 💻¶
Best for: Full programmatic control and custom payment flows
- Use
@tributary-so/sdkfor complete protocol interaction - Build custom payment UI and logic
- Full control over transaction construction
- Best for advanced developers and complex use cases
👉 Get Started: SDK Quickstart | SDK Reference
2. React Button 🚀¶
Best for: Fast integration in React applications
- Use
@tributary-so/sdk-reactfor pre-built payment components - Drop-in subscription buttons with minimal code
- Built-in wallet integration and error handling
- Ideal for web apps and dashboards
👉 Get Started: Button Quickstart
3. Checkout Page Links 🛒¶
Best for: Service agents monetizing via customer agents
- Generate payment URLs without any frontend code
- Simple link sharing for subscriptions
- Perfect for AI-to-AI payments (e.g., Lando)
- Zero UI dependencies
👉 Get Started: Checkout Page Quickstart
Choosing the Right Integration¶
| Use Case | Recommended Method |
|---|---|
| Building a custom payment UI | Direct SDK |
| Quick integration in React app | React Button |
| AI agent monetization | Checkout Page Links |
| Maximum flexibility | Direct SDK |
| Minimal code changes | React Button or Checkout Links |
| No frontend available | Checkout Page Links |
Next Steps¶
- Learn the Protocol: Start with What is Tributary? to understand the fundamentals
- Choose Your Integration: Review the quickstart guides above
- Explore Payment Types: Learn about subscriptions, milestones, and pay-as-you-go
- Build Something: Check out our use cases for inspiration
Need Help?¶
- 📖 Read the full SDK Reference
- ❓ Check our FAQ
- 💬 Join our community on Discord
🏗️ Work in Progress
Tributary is under active development and interfaces may change at any time.