MESSAGING_LIVE_ACCESS_REQUIRED
403authMessaging requires production (live) access.
Cause
Messaging was attempted in production without completing go-live.
How to fix it
Complete the go-live checklist before sending in production.
Example response
403 MESSAGING_LIVE_ACCESS_REQUIRED
JSON
{
"error_code": "MESSAGING_LIVE_ACCESS_REQUIRED",
"error_type": "auth",
"error_message": "Messaging requires production (live) access.",
"hint": "Complete the go-live checklist before sending in production.",
"docs_url": "https://docs.billerapi.com/errors/MESSAGING_LIVE_ACCESS_REQUIRED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/MESSAGING_LIVE_ACCESS_REQUIRED
Was this page helpful?