Skip to content

Instantly share code, notes, and snippets.

@Agash0818
Agash0818 / mono_marketplace_integration.py
Created April 24, 2026 09:32
mono marketplace escrow integration — non-custodial hold/release/refund flow
"""
mono escrow integration for a marketplace flow
User pays → held in escrow → creator delivers → released
Non-custodial: funds never touch the platform's books
"""
import os
from monospay import MonoClient
mono = MonoClient(api_key=os.environ["MONO_API_KEY"])