/
/Fonoa API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Instant Lookup1
Lookup V15
Lookup V29
  • postRequest a validation
  • getGet result of validation
  • deleteDelete result of validation
  • postRequest a batch validation
  • getGet result of batch validation
  • deleteDelete all validations that belong to the batch
  • postCancel running Batch Validation
  • postRequest a TIN search
  • getGet TIN search results
Tax1
  • getGet a list of transactions
  • postSubmit a transaction
  • getGet a transaction
  • getGet transaction history
  • postCredit a transaction
  • postCancel a transaction
  • postBackfill a reported transaction
  • postAdjust a transaction
  • getGet a list companies
  • postOnboard a company
  • getGet onboarding job status
  • getGet company details
  • putUpdate a company
  • deleteDelete a company
  • patchUpdate company details
  • postOnboard an individual
  • getGet individual details
  • deleteDelete an individual
  • patchUpdate individual details
  • postSubmit a business response
Lookup V2

Cancel running Batch Validation

This endpoint allows you to cancel running batch validation.

post/lookup/v2/batch-validations/{batch_id}/cancel

Response

OK

successboolean required
messagestring required
batch_idstring required

Changes