# SAT 69-B Definitivo RFC Batch Check for CFDI Validation

**Use case:** 

Validate CFDI invoices by checking issuer RFCs against confirmed Definitivo EFOS taxpayers on the SAT 69-B list.

## Input

```json
{
  "maxItems": 10,
  "rfcs": [
    "AAAV920808B1A",
    "AAB1011024L8",
    "AABJ650718RI4",
    "AABK761214SL7",
    "AABM490216DP5",
    "AABR711124971",
    "AABV7103171I6",
    "AAC051003125",
    "AAC0608103B5"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rfc": {
    "label": "RFC",
    "format": "text"
  },
  "name": {
    "label": "Taxpayer Name",
    "format": "text"
  },
  "situacion": {
    "label": "Status",
    "format": "text"
  },
  "listed": {
    "label": "Listed",
    "format": "boolean"
  },
  "presuncionOficioNumber": {
    "label": "Presunto Oficio",
    "format": "text"
  },
  "dofPublicationPresunto": {
    "label": "DOF Presunto",
    "format": "text"
  },
  "definitivoOficioNumber": {
    "label": "Definitivo Oficio",
    "format": "text"
  },
  "dofPublicationDefinitivo": {
    "label": "DOF Definitivo",
    "format": "text"
  },
  "sentenciaOficioNumber": {
    "label": "Sentencia Oficio",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SAT Mexico 69-B EFOS Taxpayer Blacklist Scraper](https://apify.com/scrapers_lat/sat-69b-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/sat-69b-scraper) to learn more, explore other use cases, and run it yourself.