Card Account Updater

Card Account Updater (CAU) is a feature available at Yuno to maintain the integrity of stored credit or debit cards, preventing issues caused by expired or outdated card details. When customers provide their card information for recurring billing or subscription services, Card Account Updater ensures that their stored card data remains current. With Yuno’s Card Account Updater, no additional development effort is required to ensure your card details will be updated seamlessly in the background.

Benefits of Card Account Updater

  • Improved Payment Success Rates: Automatically updating card information reduces the likelihood of failed transactions due to expired or replaced cards, ensuring a higher success rate for recurring payments.
  • Enhanced Customer Experience: By ensuring seamless and uninterrupted service, customers do not need to manually update their card information, leading to a smoother and more positive experience.
  • Reduced Operational Costs: Automated updates decrease the need for manual interventions and customer service inquiries related to payment issues, saving time and resources.
  • Increased Revenue: Higher transaction approval rates translate to fewer missed payments and potentially increased revenue.
  • Security and Compliance: Centralizing card updates within the vault ensures that sensitive card information is handled securely and complies with relevant regulations and standards.
  • Operational Efficiency: Streamlining the process of updating card information helps maintain operational efficiency and consistency across payment systems.
  • Customer Retention: Minimizing disruptions in service due to payment failures can help maintain customer loyalty and retention.

How does it work?

The Card Account Updater service operates asynchronously, working independently of the payment flow. Card updates are performed automatically, so there is no need to handle individual responses from the service.

Yuno updates card details in the following scenarios:

  • The card is past its expiration date.
  • The account associated with the card is in a closed, disabled, or flagged state.

When the card's expiration date has passed, Yuno can update all the card information or only the expiration date. The option used will depend on the card issuer's approach to card replacement.

Once a card has been updated, Yuno will send a webhook to notify you of the change. This webhook will contain the following:

  • The latest expiry date, last four digits, and Issuer Identification Number (IIN).
  • The reason for the update.
  • Details of the card being replaced.

The following code block presents a notification example:

{
  "account_id":"f7c5fe77-721b-49c2-84d3-957748df3c2c",
  "type":"enrollment",
  "type_event": "enrollment.card_update", 
  "version": 2,
  "retry": 0,
  "data": {
    "payment_method": {
      "id":"f7c5fe77-721b-49c2-84d3-957748df3c2c",
      "account_id": "d9cd3ef2-330a-45a4-b2a3-19e6502d2c92",
      "name":"VISA****1111",
      "card_data": {
            "iin":"451773",
            "lfd":"4324",
            "brand": "VISA", 
            "category":"CARD",
            "type":"CARD"
      },
      "country":"UY",
      "customer_id":"3769a708-28d5-4bde-b559-4114d5a8fb9c",
      "status":"ACTIVE",
      "created_at":"2023-01-30T14:09:04.469723Z",
      "updated_at":"2023-01-30T14:09:07.256240Z"
      }
}

Card networks' compatibility

Card Account Updater is currently available for Visa and Mastercard.

Activating the Card Account Updater

To activate Card Account Updater in your Yuno account, contact the Yuno support team at [email protected]. Note that registration occurs directly with the Card Schemes and may take up to 10 working days for new customers.