Validate Nexez checkout
nexez_validate_checkoutDry-run checkout for an exact published offer. Returns validation JSON text with offer readiness or errors and missing requirements. Inspect the offer with nexez_get_page first. Never charges or creates an order; a successful check is not a completed purchase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Exact published listing slug returned by discovery, not a full URL. | |
| offer | Yes | Exact offer key from the listing manifest, for example services-0 or products-1. Do not invent an index. | |
| query | No | Optional buyer context | |
| buyerEmail | No | Optional buyer-provided email for checkout context. Omit when unnecessary; never invent personal details. | |
| buyerReference | No | Optional buyer-provided reference for checkout context; omit if none was supplied. | |
| offerConfiguration | No | Buyer-selected configuration values keyed exactly as defined by the target offer configuration schema from nexez_get_page. Supply required fields for that offer; do not invent values or use a generic schema. |