Branded SP Integration Flows
Overview
Flow 1: SP → Branded SP (Minting)
Source Platform Spree API Partner Platform
│ │ │
│─── Check whitelist ─────────▶│ │
│ GET .../whitelist/mint/...│ │
│ │ │
│─── Add to whitelist ────────▶│ (if needed) │
│ PUT .../whitelist/mint/...│ │
│ │ │
│─── Send webhook ────────────────────────────────────────▶│
│ { user_id, wallet, amount, txn_id } │
│ │ │
│◀──────────────────── Confirmation ──────────────────────│Flow 2: Branded SP → SP (Redemption)
Processing Mode Comparison
Aspect
SP → Branded SP (Mint)
Branded SP → SP (Redeem)
Last updated