Getting Started with SavvyMoney
Welcome to the SavvyMoney Developer Documentation! This guide will help you get started with integrating SavvyMoney's credit score and financial wellness tools into your platform.
What is SavvyMoney?β
SavvyMoney provides financial institutions with a suite of tools that help their customers:
- View their credit score - Real-time credit score access with educational content
- Understand credit factors - Detailed breakdown of what impacts their credit
- Get personalized offers - Pre-qualified loan and credit card offers based on their profile
- Track credit changes - Alerts and monitoring for credit report changes
Prerequisitesβ
Before you begin, ensure you have:
- A SavvyMoney partner account
- API credentials (Client ID and Client Secret)
- Access to your sandbox environment
- Technical team familiar with REST APIs or iframe integration
If you don't have credentials yet, contact your SavvyMoney representative or email support@savvymoney.com.
Integration Optionsβ
SavvyMoney offers multiple integration methods to fit your technical requirements:
| Method | Best For | Complexity | Time to Implement |
|---|---|---|---|
| Iframe Embed | Quick deployment, minimal development | Low | 1-2 weeks |
| API Integration | Custom UI, full control | Medium | 4-8 weeks |
| Mobile SDK | Native mobile apps | Medium | 4-6 weeks |
Quick Start: Iframe Integrationβ
The fastest way to get started is with our iframe integration. Here's a simple example:
<!-- SavvyMoney Widget Embed -->
<iframe
src="https://widget.savvymoney.com/v2/embed?partnerId=YOUR_PARTNER_ID&token=USER_TOKEN"
width="100%"
height="600"
frameborder="0"
allow="fullscreen"
title="SavvyMoney Credit Score"
></iframe>
Replace YOUR_PARTNER_ID and USER_TOKEN with your actual credentials. See the Iframe Embed Guide for complete setup instructions.
Architecture Overviewβ
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β Your App ββββββΆβ SavvyMoney ββββββΆβ Credit Bureau β
β (Frontend) β β API/Widget β β (Equifax/TU) β
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β β
β βΌ
β βββββββββββββββββββ
ββββββββββββββββΆβ Your Backend β
β (API calls) β
βββββββββββββββββββ
Environment URLsβ
| Environment | Purpose | Base URL |
|---|---|---|
| Sandbox | Development & testing | https://api.sandbox.savvymoney.com |
| Production | Live customer data | https://api.savvymoney.com |
Always develop and test in the sandbox environment first. Production credentials should only be used in your production environment.
Next Stepsβ
- Choose your integration method - Review the Integration Guides
- Set up authentication - Learn about API Authentication
- Explore the API - Browse the complete API Reference
- Review best practices - Check our Security Guidelines
Need Help?β
- Documentation: You're in the right place!
- Email Support: support@savvymoney.com
- Technical Issues: Contact your SavvyMoney integration specialist
Ready to dive in? Start with the Iframe Embed Guide for the quickest path to integration.