Fixed

Digital Wallet Card Provisioning SDK Update

Release Date

October 27, 2025

Products Affected

Digital Wallet Card Provisioning

Impact

Updated SDK with detailed response object for each wallet

Audience

Customers using in-app push provisioning for digital wallets

Action Required

None

Overview

The Provision card (Digital Wallet) API response has not changed, however the documentation and SDK has been updated to correctly show the different responses for each digital wallet.

Sample Response: Apple Pay

Object containing the fields required to add a card to Apple Pay. Applies only to Apple Pay wallet. The details may vary based on the digital wallet provider; consult the wallet's documentation for more info.

{
     "provisioning_payload": {"activationData": "...", "ephemeralPublicKey": "...", "encryptedData": "..."}
}

Sample Response: Google Pay or Samsung Pay

The provisioning_payload is a base64 encoded JSON payload. The details of this payload may vary based on the digital wallet provider; consult the wallet's documentation for more info.

{
     "provisioning_payload": "eyJjYXJkSW5mbyI...Q3MjRFRUEzQkI3OEU="
}

Release Timeline

Available now; October 27th, 2025

User Impact

If using the SDK please update to the newest version to correctly see the provisioning_payload for each digital wallet.

Updated Documentation

The Provision card (Digital Wallet) API endpoint documentation has been updated.

If you have any questions or concerns, please contact us via the HELP link in your Lithic Dashboard.


The Lithic changelog has an RSS feed! To monitor for new update announcements, subscribe with your preferred RSS reader.