The Redaction Job object Preview
Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- livemodeboolean
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - objectsnullable objectExpandable
The objects to redact in this job.
- objects.
chargesnullable array of strings Charge object identifiers usually starting with
ch_ - objects.
checkout_ sessionsnullable array of strings CheckoutSession object identifiers starting with
cs_ - objects.
customersnullable array of strings Customer object identifiers starting with
cus_ - objects.
identity_ verification_ sessionsnullable array of strings Identity VerificationSessions object identifiers starting with
vs_ - objects.
invoicesnullable array of strings Invoice object identifiers starting with
in_ - objects.
issuing_ cardholdersnullable array of strings Issuing Cardholder object identifiers starting with
ich_ - objects.
payment_ intentsnullable array of strings PaymentIntent object identifiers starting with
pi_ - objects.
radar_ value_ list_ itemsnullable array of strings Fraud ValueListItem object identifiers starting with
rsli_ - objects.
setup_ intentsnullable array of strings SetupIntent object identifiers starting with
seti_
- statusenum
The status of the job.
Possible enum valuescanceledThe job is canceled. No objects are redacted.
cancelingThe job is canceling and no objects will be redacted.
createdThis job is newly created and will begin validating shortly.
failedThe job failed to validate. View the job’s validation errors for more information.
readyThe job is ready to run or cancel.
redactingThe job is running. It is redacting the job’s specified objects.
succeededThe job is complete. The job’s objects are redacted.
validatingThe job is checking if the objects are eligible for redaction.
- validation_
behaviornullable enum Validation behavior determines how a job validates objects for redaction eligibility. Default is
error.Possible enum valueserrorThe job will generate a validation error for every object that cannot be redacted. If there are any errors, all of them will need to be resolved before the job can run.
fixThe job will attempt to fix validation errors whenever possible. Some objects cannot be automatically fixed and will need to be resolved before the job can run.
{ "id": "prj_123", "object": "privacy.redaction_job", "created": 1234567890, "livemode": true, "status": "validating", "validation_behavior": "error"}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc