Integrate Array’s Product API for full credit reports and Pingtree’s soft-pull Credit API for validating credit data without score impact.
Navigate to Funnel Builder → Plugins → Array, and toggle it on inside the form flow editor.Upon activation, the system will automatically pull credit data when required fields are collected and consent is granted.
Use Case: Validate debt, collections, or utilization before sending the lead to buyers.
IF debt > 5000
THEN route to Buyer A).
first_name
last_name
address
city
state
– Two-letter (e.g., CA
)zip_code
– 5-digitdate_of_birth
– MM/DD/YYYY
Enable Credit Check
Enable for Sources
Campaign-Level Toggle
debt_selected
to avoid conflict.Field | Description |
---|---|
qualified_lead | true /false — Did lead meet qualification rule |
isCreditChecked | true /false — Was API invoked |
debt_amount | Verified debt value |
isDebtAmountSuccess | true /false — API response success |
Note: Use these values in routing logic, compliance checks, or reporting dashboards.