Integrations

Journey Paths

Overview

Strivve provides the capability for an integrated application to pass in Cardholder Journey information (or journey Sources) that delivers a fixed framework to answer the questions of How, Why, and Where the cardholder has begun their card placement journey.

The information can be passed in via the User Object in CardUpdatr or directly via the CardSavr API with the following format:


  source: {
    type: "email",
    category: "campaign",
    sub_category: "AMCE FI Amazon Prime Day Campaign for card on file",s
    device: "mobile"
  }

Source Type

The How. Identifies the channel or method through which the cardholder interacted.

Property Values: typeDescription
emailDelivered via email confirmation.
navigationAccessed through the online banking app through app-specific menu options or other navigations.
push_notificationSent directly to the carholder's device through an app.
promoIn-app banners or popups.
qr_codeAccessed by scanning a QR code in physical or digital media.
smsDelivered via text message.
testOriginated from internal testing framework or tool.
unknown {default}Used when the engagement method is not identifiable.

Source Category

The Why. Defines the purpose or intent behind the interaction.

Property Values: categoryDescription
activationEncourage cardholders to activate new, reissued, or replaced cards.
card_controlsPromote features like locking/unlocking cards or managing spending limits.
card_conversionSupport portfolio flips, product migrations, or bulk transitions.
operationalAddress administrative needs (e.g., updates for reissued cards).
otherOther method (can be clarified in the source sub_category field)
unknown {default}Used when the business intent is not identifiable.

Source Sub_Category

Additional Details of The Why. Custom text to provide any additional context if applicable.

Property Values: sub_categoryDescription
<free-form text>Custom text used to provided any additional context for selected category.

Source Device

The Where. Specifies the platform or device through which the cardholder engaged.

Property Values: deviceDescription
desktopInteraction occured via a desktop browser.
mobileInteraction occurred within a native mobile app.
mobile webInteraction occured via a mobile browser.
unknown {default}Used when the device type is not identifiable.

Reporting

This information will be sent through the Strivve platform and made available as part of the Strivve Partner Portal and Webhook Reporting with following new columns:

Field NameDescription
source_typeIdentifies the channel or method through which the cardholder interacted.
soure_categoryDefines the purpose or intent behind the interaction.
source_subcategoryCustom text to provide any additional category context if applicable.
source_deviceSpecifies the platform or device through which the cardholder engaged.

If you have any questions regarding this content, please Contact Us.

Previous
User Wait Time Optimizations