Skip to main content
By the end of this guide, you’ll have a production API key, a registered webhook URI, and your integration pointing at Mesh’s production environment — ready to launch.
Before you start
  • Your integration is fully tested and working in sandbox
  • You’ve completed Mesh’s business verification process (reach out to your Mesh representative if you haven’t started this yet)

Register a production webhook callback URI

Production webhook events are separate from sandbox — registering a callback URI for sandbox doesn’t carry over. Go to Account > API keys > Webhooks > Production in the Mesh dashboard to register your production callback URI. Setting up webhooks for the first time? See Transfer status webhooks for full implementation details, including HMAC signature verification.

Update to the latest SDK version

Mesh regularly puts out SDK updates and communicates changes in client slack channels. It’s worth a quick check before go-live to ensure you’re on the latest and greatest.

Generate a production API key

You can generate a production key in the Mesh developer dashboard in Account > API keys. You can grant each key Read-only permissions, or Read & Write (most common, and required for any use case involving transfers). If you haven’t done so already, you’ll need to complete the following first:
  • Secure your account with 2FA
  • Complete Mesh’s business verification process
Image

Point to Mesh’s production environment

Now that you’re set up for production, update your integration to point to Mesh’s production base URL: https://integration-api.meshconnect.com.

Let’s test together

You should always thoroughly test the integration before going live, and we’d love to help. Ideally Mesh has a testing account in your app, is added to Testflight, etc. We’ve seen lots of Mesh implementations and have picked up plenty of tips and tricks along the way. Reach out to your Mesh representative to set up a testing session with the Mesh team — we want to make sure your launch goes smoothly.

What’s next

You’re live! Once you’re up and running, explore the Extend guides to unlock additional capabilities, or visit Further resources for API references and integration-specific docs.
AI coding reference — a compact summary of this page’s APIs, parameters, and patterns for use by AI coding assistants (following the llms.txt standard). Human readers can safely ignore this.llms.txt — Prepare for go-liveThree steps to launch in production: generate production API key → register production webhook URI → update base URL.Production API key: Dashboard > Account > API keys > API keys > Production. Prerequisites: 2FA enabled, allowed IP ranges added, Mesh business verification complete.Production webhook URI: Dashboard > Account > API keys > Webhooks > Production. Sandbox webhooks do not carry over — register separately. Only one production URI at a time (can deactivate and replace).Production base URL: https://integration-api.meshconnect.com(Sandbox: https://sandbox-integration-api.meshconnect.com)Recommendation: Schedule a joint testing session with your Mesh representative before launch.