INVOICE_ISSUER_STRIPE_UNAVAILABLE
503api_errorStripe issuer metadata could not be verified.
Cause
Stripe did not respond or returned an error while verifying issuer metadata.
How to fix it
Retry after the provider recovers; the check is safe to repeat.
Example response
503 INVOICE_ISSUER_STRIPE_UNAVAILABLE
JSON
{
"error_code": "INVOICE_ISSUER_STRIPE_UNAVAILABLE",
"error_type": "api_error",
"error_message": "Stripe issuer metadata could not be verified.",
"hint": "Retry after the provider recovers; the check is safe to repeat.",
"docs_url": "https://docs.billerapi.com/errors/INVOICE_ISSUER_STRIPE_UNAVAILABLE",
"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/INVOICE_ISSUER_STRIPE_UNAVAILABLE
Was this page helpful?