Enriched Results π
Overview
Use Cases
Accessing Enriched Results
API Response Structure
{
"card_id": "01234567-89ab-cdef-0123-456789abcdef",
"state": "enriched",
"enriched_results": {
"addresses": [
{
"label": "Send Claims to",
"type": "medical_claims_address",
"company_name": "ABC Health Plans",
"address": "PO Box 9999, Phoenix, AZ 85001",
"score": "0.990"
}
],
"phone_numbers": [
{
"label": "Member Services",
"type": "member_services_phone",
"number": "555-123-4567",
"score": "0.980"
}
],
"copays_deductibles": [
{
"service": "office_visit",
"category": "copay",
"value": 40,
"score": "0.950"
}
],
"processed_sides": "both"
}
}Field Descriptions
Address Fields
Phone Number Fields
Copay/Deductible Fields
Processing Indicator
Address Types
Type
Description
Phone Number Types
Type
Description
Copay Services
Service
Description
Copay Categories
Category
Description
Card States and Processing
Sequential Processing Flow
Processing Timeline
Feature Availability
Feature Flag
Getting Notified of Enrichment Completion
Webhook Events
WebSocket Updates
Polling
Best Practices
Confidence Scores
Error Handling
Troubleshooting
Common Issues
Last updated
Was this helpful?