Buy Me a Coffee
Buy Me a Coffee is a creator-support platform that lets fans tip creators ("buy a coffee"), subscribe to recurring memberships, and buy extras from a creator's shop. Its developer API is a read-only REST interface (base https://developers.buymeacoffee.com/api/v1) authenticated with a personal access Bearer token created self-serve in the Developer Dashboard. The API exposes a creator's own one-time supporters, memberships/subscriptions, and extra purchases, and the platform also delivers server-push webhooks for donation, membership, and shop events. Buy Me a Coffee charges a flat 5% platform fee on transactions with no monthly fee.
APIs
Buy Me a Coffee Supporters API
Read-only access to a creator's one-time supporters (tips / "coffees") and the messages they leave. List all supporters with pagination, or retrieve a single supporter by its un...
Buy Me a Coffee Subscriptions API
Read-only access to a creator's recurring memberships / subscriptions. List members filtered by status (all, active, or inactive) with pagination, or retrieve a single member's ...
Buy Me a Coffee Extras API
Read-only access (BETA) to a creator's Extras purchases - the shop items and rewards fans buy. List all extra purchases with pagination, or retrieve a single extra purchase by i...
Buy Me a Coffee Webhooks
Server-push HTTP webhooks configured in the dashboard (Integrations - New webhook). Buy Me a Coffee POSTs a JSON event envelope to a subscriber URL for donation, membership / re...