Base URLs
| Environment | URL | Purpose |
|---|---|---|
| Sandbox | https://sandbox-api.va.meridianpay.com | Testing |
| Production | https://api.va.mnai.com | Live traffic |
Authentication
The Meridian Accounts API supports two authentication layers:- Partner HMAC authentication when your backend proves partner identity with
X-Meridian-*headers and an HMAC SHA-256 signature - JWT bearer authentication when your client or backend sends
Authorization: Bearer {token}after a token has already been minted for a user
POST /v1/auth/token, then later user-scoped requests use the returned JWT.
For the conceptual auth guides, see: