
| # | Guide | Description |
|---|---|---|
| 1 | Introduction | Platform overview, architecture, and key concepts |
| 2 | Getting Started | Prerequisites, credentials, and first steps |
| 3 | OAuth 2.0 Flow | Authorization code flow with PKCE, token management |
| 4 | Webhook Guide | Inbound and outbound webhook integration |
| 5 | Data Ingestion | Credit scoring, loan eligibility, and event-based scoring |
| 6 | Loan API | Loan queries, deduction validation, and settlement |
| 7 | Error Reference | HTTP codes, error formats, and troubleshooting |
| Concept | Description |
|---|---|
| Marketplace | Your platform — e-commerce, food delivery, POS, payment gateway, or any platform with merchant data |
| Merchant | A seller or vendor on your marketplace who consents to share data for credit scoring |
| OAuth Consent | The merchant explicitly authorizes your marketplace to share their data with OpenSylo |
| Credit Score | A 0--100 score calculated from merchant data, mapped to risk tiers A (best) through E (worst) |
| Lending Cap | Maximum loan amount for a merchant, derived from their credit score and sales history |
| Deduction | A percentage of each merchant sale withheld to repay an active loan |
| Tier | Score | Eligible % of Avg Monthly Sales | Lending Decision |
|---|---|---|---|
| A | 80--100 | 40% | Highest cap, best pricing |
| B | 65--79 | 30% | Standard cap |
| C | 50--64 | 20% | Reduced cap, short tenor |
| D | 35--49 | 10% | Pilot / small ticket only |
| E | 0--34 | 0% | Not eligible |
| Scope | Description |
|---|---|
data.share.sales | Share sales and GMV data |
data.share.fulfillment | Share fulfillment and delivery metrics |
data.share.payouts | Share payout and cash flow data |
data.share.risk | Share account risk information |
data.share.profile | Share merchant business profile |
credit.score.read | Read credit scores |
repayment.report | Report loan repayment collections |
https://api.opensylo.comsb_ prefix on your client_id. No separate URL is needed.| Environment | Client ID Format | Behavior |
|---|---|---|
| Production | cli_xxxxxxxx | Real data, real loans |
| Sandbox | sb_cli_xxxxxxxx | Isolated test environment, simulated responses |
client_id and client_secret securely