カード通知 API
This method is used by TSH to request Wallet Server to send a push notification on the enduser device for a specific virtual card. Wallet server shall take care of the notification deivery to the device.
ヘッダーパラメータ
x-podstring · 最大: 128必須
HTTP header identifying the pod and corresponding DNS hostname of the load balancer from which traffic is coming. Subsequent API calls should be sent to this pod.
本文
walletCardIdstring · 最小: 1 · 最大: 64必須
The Wallet Card Identifier. Unique for each wallet card.
seIdstring必須Pattern:
Secure Element Identifier
([0-9a-fA-F][0-9a-fA-F]){1,24}レスポンス
200
pushNotification response payload
application/json
500
Internal Server Error
post/pushNotification
POST /pushNotification HTTP/1.1
x-pod: text
Content-Type: application/json
Accept: */*
Content-Length: 141
{
"requestHeader": {
"requestId": "text",
"sessionId": "text",
"generationDateTime": "2026-01-01T00:00:00.000Z"
},
"walletCardId": "text",
"seId": "text"
}{
"responseHeader": {
"responseId": "text",
"sessionId": "text",
"generationDateTime": "2026-01-01T00:00:00.000Z",
"statusCode": 1,
"statusMessage": "text"
}
}最終更新
役に立ちましたか?