Authorization: Bearer <token> on every protected request.
Try in API Reference: Obtain token
Prerequisites
You need a verified merchant account and API credentials from merchant.heydollr.app → API Keys. See Environments for production URL, testing approach, and Realtime/Stripe credentials. Until verification completes, some features (payouts, payment links, API keys, refunds) may be restricted. See the merchant portal for your account status.Obtain an access token
Response
Use the Bearer token
Security
- Store secrets in a vault or environment variables on your server.
- Rotate credentials from the merchant portal if a secret is exposed.
- Do not log full tokens in production logs.
Related
- API conventions — request format and errors
- Environments — production URL, testing, Realtime and Stripe keys
- Quick Start — first end-to-end collection
- Error handling — 401 and retry patterns
