Target the correct Recurly v3 API base URL for US and EU tenants

domain: recurly.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Identify which data-residency region your Recurly account uses: US accounts use the base URL https://v3.recurly.com and EU accounts use https://v3.eu.recurly.com.
  2. Authenticate all requests with HTTP Basic auth: set the username to your private API key and leave the password blank.
  3. If using an official Recurly client library, pass the region value (US or EU) to the client constructor; the library maps this to the correct base URL automatically.
  4. Confirm the region in the Recurly merchant dashboard under Developer Settings before writing code; a mismatch produces authentication errors that resemble invalid-key errors.
  5. In CI or staging, use a test-mode API key scoped to the same region as production to avoid cross-region surprises during deployment.

Known gotchas

Related routes

Create a Recurly subscription plan and enroll a subscriber via the Recurly v3 API
recurly.com · 6 steps · unrated
Implement hreflang for international targeting using sitemap annotations and link tags, and avoid reciprocity errors
developers.google.com · 5 steps · unrated
Implement Recurly.js to tokenize card data client-side and use the token to create a Recurly subscription without handling raw card data server-side
recurly.com · 6 steps · unrated

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