Last Updated on : 2025-05-28 10:14:39download
The card issuer sends a card reading command to a specified card, and thus gets the card information. The card information is pushed by Pulsar. The message subscription service needs to be enabled in advance.
POST: /v1.0/osaas/projects/{project_id}/card-issue-devices/card-issuer/{device_id}/card-info-read
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
project_id | String | uri | true | The unique ID of a specified project. |
device_id | String | uri | true | The unique ID of a specified device. |
request | IssuingReadCardRequest | false | The card issuer sends a request of reading a card. |
Description of request
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
operate_type | String | false | The operation type. |
Parameter name | Type | Description |
---|---|---|
result | IssuingReadCardResponse | The returned result of reading a card. |
Description of result
Parameter name | Type | Description |
---|---|---|
operate_id | String | The unique ID of the operation. |
operate_result | Boolean | The operation result. |
POST: /v1.0/osaas/projects/150188910571223***/card-issue-devices/card-issuer/6c470253258246b99*****/card-info-read
{
"tid": "3be4aa970e3d11ed8a61ba62b92******",
"result": {
"operate_id": "1552539216750055***",
"operate_result": true
},
"t": 1658989168814,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback