How do I resolve a 400 ValidationError?
1 — Read the error object
HTTP/1.1 400 Bad Request
Content-Type: application/json
{
"error": "ValidationError",
"message": "customer.address2 is required when customer is present",
"field": "customer.address2",
"code": "MISSING_FIELD"
}Property
Meaning
2 — Most common causes & fixes
Error message
Why it happens
How to fix
3 — Debug checklist
4 — Testing fixes quickly
5 — When to contact support
PreviousWhy am I not receiving webhook events?NextWhat does HTTP 429 “Too Many Requests” mean and how do I avoid it?
Last updated