Transaction Notification
Last updated
Was this helpful?
Notifications are triggered by Transit Issuer so the travel events can be displayed within the wallet. In case, the transit card supports retail purchases, the purchases can also be notified.
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.
Device notification: D1 Transit uses APNS in order to send a push notification to the right device.
Transaction Details retrieval: Device connects to D1 Transit platform in order to retrieve the transaction details.
The Transit issuer instructs D1 Transit to send transaction notification to the specified digital card using handleEvent API.
D1 Transit platform uses APNS to send a push notification to the device. The device 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?