Problem: payments.gates_failed
One or more payment requirements were not met.
Associated Issues
- payments.billing_policy_not_accepted: Billing policy not accepted
- payments.payment_method_not_allowed: Payment method not allowed
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"
}
]
}