Transaction Notification
Last updated
Was this helpful?
Notifications are triggered by Transit Issuer so the travel events can be displayed within the wallet.
This section provides an overview of the workflow, including detailed steps, sequence diagrams, and potential error scenarios.
Below are the high level steps of the message notification workflow:
Notification initiation : The Transit Issuer instructs D1 Transit to send transaction notification to a targeted digital card.
Wallet notification: D1 Transit uses Google notification API in order to send a push notification to the right wallet.
Transaction Details retrieval: Device connects to Google server which connects to D1 Transit platform in order to retrieve the content of the message.
The Transit issuer instructs D1 Transit to send transaction notification to the specified digital card using handleEvent API.
D1 Transit platform uses Google transactionEvent API to send a push notification to the wallet. The device, through Google server, connects to D1 Transit in order to retrieve the transaction details which D1 Transit pulls from Transit Issuer.
Error Scenarios
Device is offline
If the device is offline, the request to notify the transaction details is queued and will be sent to the device as soon as it reconnects.
Last updated
Was this helpful?
Was this helpful?