Skip to main content

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.

PropertyDetails
NamewalletIndicator / wallet
LocationRequest body
Typestring
RequiredNo (optional)
FormatEnum — value "masterpass" removed
Example"apple_pay"