Skip to main content
Retrieve wallet-level insights to personalize customer experiences. After connecting a customer’s credit cards, retrieve wallet-level behavioral attributes to power recommendations, segmentation, and personalized product experiences.

Prerequisites

Before using Wallet Intelligence, complete the Getting Started flow:
  • Entity created
  • Identity verified
  • Credit cards connected

Why Use It?

  • Reach the right audience: Identify the customers most likely to benefit from every offer.
  • Power partner offers: Deliver issuer and partner offers only to eligible customers.
  • Design better experiences: Understand wallet trends and customer behavior to inform product decisions.
  • Complete customer profiles: Enrich the customer data you already have.

How It Works

Retrieve the attributes of the customer’s wallet with a single request: POST /entities/{ent_id}/attributes. Method returns behavioral attributes computed across every connected credit card in the customer’s wallet, including:
  • Overall utilization
  • Credit card utilization
  • Usage patterns
  • Payment behavior
  • Balance trends
This endpoint is asynchronous. The initial response returns status: in_progress. Retrieve the completed attributes by subscribing to the entity_attribute.create webhook or polling the retrieve endpoint. Below is an example of a completed response:
Each attribute returns { value, error }. When data is insufficient (for example, not enough history for a 60-day delta), value is null and error is populated with details. Use these attributes to build better experiences, personalize offers, segment customers, and improve targeting.

What’s Next

Attributes API Reference

Full API documentation for Entity Attributes.

Wallet Onboarding

Connect every credit card without manual entry.