May 13
Last updated
Was this helpful?
Pre-Production
May 5, 2026
Production
May 13, 2026
Add support in the Create token API for implicit registration. When the merchant gateway creates a token with a PAN for a card not yet registered in D1, D1 registers the card automatically if the issuer verifies it.
Return the token DPAN and token expiry date in the Create token API response.
Renew v1.0 operation management update, to align on v2.0 behavior:
Keep both the old and new cardId in the operations system when you renew a card with a new cardId.
Keep operations linked to the original cardId. Do not transfer them to the new cardId.
As a reminder, all operations are kept for 3 months after creation.
Deprecate the notion of account in v1.0 APIs
Deprecate the Register account API and Delete account API for v1.0 APIs. See Deprecated account operations.
Continue accepting these API calls for now, but stop storing account data in the D1 backend.
Remove dependencies on account APIs and accountId.
Make accountId optional in the Register card V1.0 API.
Continue accepting accountId in the Register consumer with cards V1.0 API, but stop using the value internally.
Stop returning accountIds in Get card details V1.0 API responses.
Deprecate the notion of consumer state in v1.0 APIs
Assume the consumer is always active in the Register consumer with cards V1.0 API.
Make consumerState optional in the Register consumer V1.0 API.
Stop returning oldState and newState in get consumer operation(s) APIs responses.
Stop returning consumerState in get card operation(s) APIs responses.
Allow Get production status for an unregistered card.
Allow Pull & Change for an unregistered card.
Fix the notification retry mechanism when the issuer backend times out.
Authenticator Info used in E-Commerce post tokenization use cases to authenticate cardholder for subsequent payment transactions added to NotifyVirtualCardChange API
Last updated
Was this helpful?
Was this helpful?