Overview
You can integrate Monaris Pay (payments with privacy and rules) or Monaris Score (verification of counterparty reputation) into your own application. This page outlines the main flows and where to find the technical details.Embedding Monaris Pay
- Use case: Your app sends or receives stablecoin payments; you want them to go through Monaris (Privacy Router, categorization, Score contribution).
- Flow: User connects wallet (or uses existing Monaris session); your app triggers payment via API or redirect to Monaris. [PLACEHOLDER: link to Pay API docs or SDK]
- Requirements: API key or OAuth; user must have a Monaris account or onboard in-context.
Using the Score in your app
- Use case: You want to check a user’s or counterparty’s Monaris Score (e.g. for underwriting, trust badge).
- Flow: Use the Score API. The wallet owner must have consented to share their Score with you (or with Score API consumers).
- UX: User grants consent in Monaris app or via OAuth; your app then calls GET /score/.
OAuth and consent
- [PLACEHOLDER: OAuth scope for “read Score”, “read cashflow summary”, “send payment via Monaris” — and how consent is presented to the user]
- Users must be able to revoke consent at any time from their Monaris account.
