Developers
A clear API overview for merchants, developers, and platform teams.
Explore how payments, cards, event notifications, and reward events connect across the MIAOMEME platform.
API overview
AuthenticationBearer token
CardsIssue / list / controls
PaymentsCreate / confirm / status
WebhooksSigned event delivery
RewardsBlind box events / collection sync
Sample request
POST /v1/payments
Authorization: Bearer sk_live_xxx
Content-Type: application/json
{{
"amount": 1000,
"currency": "USD",
"merchant_ref": "MM-2026-1001",
"payment_method": "card",
"capture": true
}}
