Enable monetization for your application in the Discord Developer Portal under the Monetization tab and agree to the developer terms
Create SKUs (subscriptions or one-time purchases) through the Developer Portal UI; SKUs cannot be created via API and must be configured in the portal first
Use GET https://discord.com/api/v10/applications/{application.id}/skus to list all SKUs and capture their IDs for entitlement checks
Check whether a user holds an entitlement by calling GET /applications/{application.id}/entitlements, filtering by user_id and sku_id query parameters
For consumable SKUs, call POST /applications/{application.id}/entitlements/{entitlement.id}/consume after granting the in-game benefit to mark the entitlement as consumed
Known gotchas
SKUs must be created in the Developer Portal, not via API; attempting to POST new SKUs programmatically is not supported and will return a 404 or 405
Discord retains a 15% platform fee on the first million USD in cumulative gross sales; plan pricing with this cut factored in
Entitlement checks must be performed server-side; trusting client-reported entitlement state is a critical security vulnerability that enables purchase bypasses
Give your agent this knowledge — and 200+ more routes
One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp