Payments
Clean entity data behind every payment
Payments fail on bad counterparty data. Resolve payees and vendors to verified entities once, and reconciliation, risk, and reporting all work from the same clean identity.
Query
Returns
One identity from onboarding to reconciliation
Verified payees
Resolve vendors and merchants to registered legal entities at onboarding, with the registry evidence attached.
Context on every transaction
Attach industry codes and firmographics to the businesses behind payments, so classification and routing run on real attributes.
Reconciliation on a stable ID
The same entity ID follows a counterparty across systems, so "ACME LLC" and "Acme, Inc." stop being two different vendors.
Key benefits
Fewer payment exceptions
Verified payee identity up front means fewer failed transfers and manual repair loops.
Cleaner books
Transactions grouped by resolved entity, not by however the name happened to be spelled.
Risk checks that hold up
Screening runs against the registered entity and its ownership, not a raw string.
Resolve your first entity in minutes
Sign up, get API keys instantly, and make your first call with $25 in free credit. One request returns a verified entity, drawn from 140+ official registries.
{
"request_id": "reqa_2ZUKmavJxCx4GHMnpJsc9",
"status": "COMPLETED",
"data": {
"status": "matched",
"confidence": 98,
"type": "business",
"entity": {
"id": "siq_2ZUKocPbFCPLClZ5XtHlJ",
"name": "Apple",
"primary_legal_entity": {
"name": "APPLE INC.",
"jurisdiction": "California"
},
"website": "apple.com"
}
}
}