Overview
The Account Intelligence v3 endpoint is part of GrailPay’s real-time bank account validation system. It allows you to determine whether a user’s bank account is valid, active, and safe to use — helping you reduce fraud, prevent returns, and accelerate decision-making. With a single API call, the endpoint returns aconfidence_score along with detailed decisioning_insights based on
the identity and bank account data you provide. These insights can be used to drive onboarding, funding, and payout
workflows with higher accuracy and lower risk.
When constructing your request, you’ll pass an identity object that contains either an individual or an
organization. These two are mutually exclusive — the request will fail if both are included. Use organization for
validating business entities and individual for people.
While the only required fields are account and routing numbers, we strongly recommend providing as much identity data
as possible. More complete input data results in more meaningful confidence scores and more actionable insights.
For complete request and response definitions, visit the Account Intelligence OpenAPI Documentation.
Actions
By default, every call to this endpoint performs core validation checks on the routing and account numbers. To enrich the results further, you can optionally include anactions object in your request to enable additional validation
layers.
Currently, the following action is supported:
name_match: Compares the provided name in the identity object with the account holder’s name on file.taxpayer_number_match: Compares the provided taxpayer identifier in the identity object with the account holder’s tax ID on file.
Response Attributes
Every call to the Account Intelligence endpoint returns aconfidence_score alongside a set of structured
decisioning_insights. Together, these give you both a single risk signal and the explainable attributes behind it,
so you can plug them directly into your own models or rules-based decisioning.
Confidence Score
Theconfidence_score is a number between 0.00 and 1.00 representing the likelihood that a bank account is
operational and capable of completing an ACH transaction successfully. Higher is better — a score of 0.95 indicates
high confidence that the account is active and functional, while a score of 0.30 indicates significant risk of an
ACH return.
The score is produced by a proprietary machine learning model trained on millions of historical ACH transactions and
their outcomes. The model takes the account and routing number, enriches it with third-party data sources and GrailPay’s
own first-party intelligence, and returns a calibrated probability.
Decisioning Insights
Thedecisioning_insights object contains explainable attributes returned alongside the score. Each attribute is
designed to be consumed directly by your risk engine — as an input to your own models or as a building block for
rules-based logic.
Feedback
Account Intelligence is a continuously improving system, and its accuracy depends on real-world outcome data from your integration. The Feedback endpoint allows you to report return events that occurred despite receiving an acceptable risk score, closing the loop between prediction and outcome. Submitting feedback is a critical part of getting the most out of Account Intelligence. Feedback data is used for analytics, model evaluation, and ongoing training — directly improving the accuracy of future risk scores across your account portfolio. Integrations that consistently submit feedback benefit from more precise, tailored risk assessments over time.We strongly recommend incorporating feedback submission into your standard return-handling workflow. Consistent
feedback is the single most effective way to improve the accuracy of your Account Intelligence results.
When to Submit Feedback
You should submit feedback when:- A transaction results in an unexpected return despite receiving a low-risk Account Intelligence score
- You want to improve the accuracy of future risk evaluations for your account portfolio
- You need to report false negatives for internal tracking and model monitoring
Request Fields
When submitting feedback, your request payload should include details about the account, the return event, and a reference to the original Account Intelligence evaluation. Required fields ensure we can accurately link your feedback to the original prediction, while optional fields provide additional context that strengthens model analysis.Required Fields
The following fields are required to link your feedback to the original Account Intelligence evaluation and the associated return event.
Additionally, you must include one of the following to link to the original prediction:
Providing the
inference_request_id is strongly recommended as it ensures accurate linkage to the original risk
evaluation.Optional Fields
The following fields are not required but provide additional context that strengthens model analysis when available.Usage Recommendations
- Always pass complete and accurate identity data to maximize result quality.
- Use the
confidence_scoreanddecisioning_insightsto guide onboarding and risk workflows. - Review fields such as
name_match,valid_routing_number, andnegative_transactions_seenclosely when the score is low. - Submit feedback promptly after a return event occurs to ensure accurate timestamps and traceability.
- Always include the
inference_request_idwhen available for precise linkage to the original prediction. - Provide optional fields like
amount,sec_code, anddirectionwhen possible to enrich the feedback data.
