通知 API
OpenAPI仕様をダウンロード
パスパラメータ
eventTypestring必須
Indicates the type of event to be handled.Value can be:
| Value | Description |
|---|---|
| transaction | Used to notify a transaction. |
| message | Used to notify a message. |
| update_balance | Used to notify balance update. |
| update_count | Used to notify count update of a count based fare product. |
| update_fare_products | Used to update fare products (e.g. purchase of a new product, removal or renewal). |
| update_bundle_data | Used to notify that a digital card bundle shall be updated. |
| retrieve_bundle_data | Used to notify that digital card bundle data shall be retrieved. |
issuerIdstring · 最大: 10必須
Issuer unique identifier. Assigned by Thales during onboarding.
walletIndicatornumber必須
Indicates which digital wallet is involved in the use case.
| Value | Description |
|---|---|
| 1 | Apple |
| 2 | |
| 3 | Samsung |
本文
digitalCardIdstring · 最大: 64オプションExample:
Digital card unique identifier
DGGLSW8D8AC610566D4EF09C22186B2A5ED756cardAccountIdstring · 最大: 64必須Example:
Card account unique identifier
FAPLSW8D8AC610566D4EF09C22186B2A5ED793eventTimestring · date-time必須
The event time
レスポンス
200成功
application/json
500
An unexpected error occurred while processing the request. The request cannot be retried. Only used in cases where it's not be possible to provide more information about what went wrong with the request (i.e. return HTTP 200 with 'responseContext').
503
Indicates that the system is unavailable. The request can be retried.
post/issuers/{issuerId}/wallets/{walletIndicator}/events/{eventType}/handleEvent
最終更新
役に立ちましたか?