Skip to content

Problem: payments.gates_failed

One or more payment requirements were not met.

Problem Code
payments.gates_failed
Canonical type URI
https://docs.keja.co/reference/problem/payments.gates_failed
HTTP status
422
Content-Type
application/problem+json

Associated Issues

Example

{
	"type": "https://docs.keja.co/reference/problem/payments.gates_failed",
	"status": 422,
	"title": "Payment blocked",
	"detail": "One or more payment requirements were not met.",
	"errors": [
		{
			"code": "payments.billing_policy_not_accepted",
			"title": "Billing policy not accepted",
			"detail": "The policy «{policy_name}» must be accepted before payment.",
			"severity": "blocking"
		}
	]
}