Device Gateway API
HTTP header identifying the actor initiating the request.
The Card Issuer Identifier. Unique for each card issuer.
The Card Identifier. Unique for each card.
The Purchase Identifier. Unique for each purchase. It is provided when the call is related to topup initiated from wallet.
The Device Identifier. Unique for each device.
The operation for which the commands are requested
Total time of all executed commands listed in responses array in milliseconds.
Status code to the request
| Status code | Description |
|---|---|
| 0 | OK |
| 111 | Missing mandatory parameter |
| 112 | Bad parameter format |
| 113 | Unknown issuer |
| 117 | Unknown device |
| 118 | Unknown session |
| 119 | Unknown virtual card |
| 159 | Card is blacklisted |
| 160 | Card is deleted |
| 162 | Card has unsufficient balance |
| 163 | Card product not eligible |
| 167 | Card is already provisioned |
| 172 | Invalid card, unsupported system code |
| 173 | Invalid card, unsupported service |
| 177 | Invalid card, invalid area data |
| 178 | Invalid card, card status is in-station |
| 191 | Card is expired |
| 192 | Reader mode attempt exceeded allowed threshold |
| 221 | Device or wallet server not accessible |
| 231 | Device unexpected error |
| 232 | Device out of memory error |
| 321 | Operation already on-going for this device |
| 322 | Time to live of the operation expired |
| 323 | Operation incomplete |
| 911 | Operation failed |
| 921 | Unexpected server error |
Textual status message
getCardCommands response payload
Internal Server Error
HTTP header identifying the actor initiating the request.
The Card Issuer Identifier. Unique for each card issuer.
The Card Identifier. Unique for each card.
The Device Identifier. Unique for each device.
The operation for which the commands are requested
Total time of all executed commands listed in responses array in milliseconds.
Status code to the request
| Status code | Description |
|---|---|
| 0 | OK |
| 111 | Missing mandatory parameter |
| 112 | Bad parameter format |
| 113 | Unknown issuer |
| 117 | Unknown device |
| 118 | Unknown session |
| 119 | Unknown virtual card |
| 159 | Card is blacklisted |
| 160 | Card is deleted |
| 162 | Card has unsufficient balance |
| 163 | Card product not eligible |
| 167 | Card is already provisioned |
| 172 | Invalid card, unsupported system code |
| 173 | Invalid card, unsupported service |
| 177 | Invalid card, invalid area data |
| 178 | Invalid card, card status is in-station |
| 191 | Card is expired |
| 192 | Reader mode attempt exceeded allowed threshold |
| 221 | Device or wallet server not accessible |
| 231 | Device unexpected error |
| 232 | Device out of memory error |
| 321 | Operation already on-going for this device |
| 322 | Time to live of the operation expired |
| 323 | Operation incomplete |
| 911 | Operation failed |
| 921 | Unexpected server error |
Textual status message
getParkCardCommands response payload
Internal Server Error
HTTP header identifying the actor initiating the request.
The Card Issuer Identifier. Unique for each card issuer.
The Device Identifier. Unique for each device.
The operation for which the commands are requested
Total time of all executed commands listed in responses array in milliseconds.
This object gives a description of the external SE. For FeliCa, the following can be provided:
"cardContents": {
"cardServiceId" : "Test Service",
"systemCode" : "FE00",
"idm" : "1122334455667788",
"pmm" : "0000000000000000",
"areaCodeList" : [
{
"areaCode" : "0100",
"keyVersion" : "6745"
},
{
"areaCode" : "1000",
"keyVersion" : "4567"
}
]
}
Status code to the request
| Status code | Description |
|---|---|
| 0 | OK |
| 111 | Missing mandatory parameter |
| 112 | Bad parameter format |
| 113 | Unknown issuer |
| 117 | Unknown device |
| 118 | Unknown session |
| 119 | Unknown virtual card |
| 159 | Card is blacklisted |
| 160 | Card is deleted |
| 162 | Card has unsufficient balance |
| 163 | Card product not eligible |
| 167 | Card is already provisioned |
| 172 | Invalid card, unsupported system code |
| 173 | Invalid card, unsupported service |
| 177 | Invalid card, invalid area data |
| 178 | Invalid card, card status is in-station |
| 191 | Card is expired |
| 192 | Reader mode attempt exceeded allowed threshold |
| 221 | Device or wallet server not accessible |
| 231 | Device unexpected error |
| 232 | Device out of memory error |
| 321 | Operation already on-going for this device |
| 322 | Time to live of the operation expired |
| 323 | Operation incomplete |
| 911 | Operation failed |
| 921 | Unexpected server error |
Textual status message
getReaderModeCommands response payload
The Card Account Identifier. Unique for each card account.
Internal Server Error
Last updated
Was this helpful?