Features Introduced This Week {#rn-features}
============================================

**Decision Manager** \| RM-36319
--------------------------------

Description
:
Ekata has reached end of life as a third party service for Decision Manager. It is no longer available through Decision Manager.

Audience
:
Users of Decision Manager.

Technical Details
:
None.

Important Dates
:
Released to production June 17, 2025.

**Merchant Boarding API** \| RM-35947
-------------------------------------

Description
:
This release adds a new API endpoint that enables merchants to resend the boarding welcome email.

Audience
:
Users of Merchant Boarding.

Benefit
:
Previously, resending the boarding email was done manually in the Business Center. Now it can be done through the API.

Technical Details
:
**Request Example:**
:

    ```
    {
      "organizationId": "rk6t2fgy34gow0001",
      "notificationType": "BoardingWelcome",
      "deliveryMethods": [
        "response", "email"
      ]
    }    				
    ```

:
**Response Example:**
:

    ```
    {
      "submitTimeUtc": "2025-06-17T19:42:36Z",
      "message": "Request was processed successfully.",
      "reason": "Success",
      "details": {
        "ActivationLinkNotification": [
          {
            "field": "activationLink",
            "value": https://vip-gl-b-cgk2-sit.visa.com:8443/ebc2/user/regist
    ration?token=mJeQVsO6AcVBqTHlAE8yJSd42J9YXJUK8awIk8knzmCn8C1SHNWA3JZQUst
    DOrintXhN0ZQTz13blmNC4s5Go6GOiWychUcHg5I5VDnYRx37WEiB9SgEzOZZUmqxzLiB
          }
        ]
      }
    }    				
    ```

Important Dates
:
Released to production June 17, 2025.

**Account Funding Transaction** \| RM-36384
-------------------------------------------

Description
:
Merchants who process Visa Account Funding Transactions (AFTs) can use the BusinessApplicationID field to restore the balance of a funding account to full.

Audience
:
Merchants who process Visa Account Funding Transactions through WorldPay/Streamline.

Benefit
:
Merchants can support the full range of Visa AFT functionality in accordance with Worldpay specifications.

Technical Details
:
Set the value of the BusinessApplicationID to the ID of the cardholder associated with the funding account.

Important Dates
:
Released to production June 17, 2025.
