How counterparties are identified
Issued invoices show who buys from the entity. Received invoices show who sells to the entity. Use the individual invoices when you need transaction details, or a concentration view when you need totals and relative share by counterparty.
Using the dashboard
- Open All Entities and select the entity.
- To review individual transactions, open Data > Invoices. For an issued invoice, the receiver is the customer; for a received invoice, the issuer is the supplier. Use Filters to narrow the table by issuer or receiver name or RFC.
- To compare totals and share by counterparty, open Reports and view the Customer Concentration or Vendor Concentration insight in a report.
Using the API
List invoices withisIssuer=true to find customers and isReceiver=true to find suppliers. To find transactions with one counterparty, filter by issuer.rfc, issuer.name, receiver.rfc, or receiver.name.