API Changelog - 2026-04-27: Summary
The masterpass enum value has been removed from the wallet type field
across all card-brand wallet schemas (Card/SecureRemotePaymentData, Maestro,
Mastercard, and Visa). Masterpass is no longer a supported wallet type.
Summary — Wallet type schema changes
The masterpass enum value has been removed from the wallet (or
walletIndicator) field in the following payment method schemas:
- Card / SecureRemotePaymentData (
walletIndicator) - Maestro (
wallet) - Mastercard (
wallet) - Visa (
wallet)
This is a breaking change for integrations that currently pass
masterpass as the wallet type. You must update your integration to use
one of the remaining supported values: apple_pay, google_pay,
samsung_pay, or merchant_tokenization_program.
| Property | Details |
|---|---|
| Name | walletIndicator / wallet |
| Location | Request body |
| Type | string |
| Required | No (optional) |
| Format | Enum — value "masterpass" removed |
| Example | "apple_pay" |