Your customer account is not currently active. Your credentials are valid — the gateway recognised you — but traffic is administratively disabled. There are three variants with the same response code, distinguishable by the detail field.
blocked status. Typically compliance, contractual dispute, or loss of service.inactive status — for example after contract termination or a pause at your request.HTTP/1.1 403 Forbidden
Content-Type: application/problem+json
X-Request-ID: 550e8400-e29b-41d4-a716-446655440000
{
"type": "https://errors.prod.prevop.alseda.eu/errors/customer-blocked",
"code": "CUSTOMER_BLOCKED",
"title": "Customer temporarily blocked",
"status": 403,
"detail": "Customer is blocked until 2026-05-01T00:00:00Z"
}
detail field — it will name the variant (permanent block, temporal block with end date, or deactivated).X-Customer-ID — we will confirm the block type and, for temporal blocks, the end date.