Skip to main content
The Dollr API uses OAuth 2.0 Client Credentials. Exchange your Client ID and Client Secret for a short-lived JWT, then send 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.appAPI 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

No Bearer token is required for this call. Response

Use the Bearer token

Refresh proactively — request a new token when fewer than 5 minutes remain (expires_in is in minutes). Expired tokens return 401.

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.
Last modified on June 23, 2026