Returns a list of validation errors for the specified redaction job.

Parameters

  • jobstringRequired

    RedactionJob object identifier

More parameters

  • ending_beforestring

  • limitinteger

  • starting_afterstring

Returns

Returns a list of RedactionJob validation error objects.

GET /v1/privacy/redaction_jobs/:id/validation_errors
curl https://api.stripe.com/v1/privacy/redaction_jobs/prj_123/validation_errors \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:"
Response
{
"object": "list",
"url": "/v1/privacy/redaction_jobs/prj_123/validation_errors",
"has_more": false,
"data": [
{
"id": "prjve_123",
"object": "privacy.redaction_job_validation_error",
"code": "invalid_state",
"erroring_object": {
"id": "pi_123",
"object_type": "payment_intent"
},
"message": "PaymentIntent is not finalized. Confirm or cancel the payment intent."
}
]
}

You can configure webhook endpoints via the API to be notified about events that happen in your Stripe account or connected accounts.

Most users configure webhooks from the dashboard, which provides a user interface for registering and testing your webhook endpoints.

Related guide: Setting up webhooks

OSZAR »