Actions let you modify objects after verification is complete. Each action records what changed (effects) and who initiated it (actors), providing a full audit trail.
Each effect records a single change made during action execution.
Each actor identifies who or what initiated the action.
Add external data sources to a business. Each source can include addresses and people. The business must be in a final status (approved or rejected).
Add addresses and/or people directly to a business without a source reference. The business must be in a final status.
addresses or people must be provided.Mark a business’s TIN as verified using an uploaded document. The business must have an existing TIN record and be in a final status.
Change the verification status of a business. Valid transitions depend on the current business state.
Dismiss a watchlist result. A note is required.
note is required when dismissing watchlist results.add_sources, add_attributes, and verify_tin require the business to be in a final status (approved or rejected).decision transitions are validated against the business state machine. You can only transition to statuses the business is eligible for.