查询 PCI 密码
Request
ENDPOINT
/prepaid/card/CARD_KEY/pci/passwordMÉTODO
GET路径参数
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
CARD_KEY * | string | 卡片识别密钥。 | uuid |
Response
STATUS
200Response Body
{
"pin": "1234"
}
错误
STATUS
4XXResponse Body
{
"title": "Bad Request",
"description": "It was not possible to fetch PCI for the card_key f6bf148a-30b6-4a07-8c5b-3383a98ea32b.",
"translation": "Fetch PCI failed",
"code": "CARD000012"
}
| Code | Status code | 描述 |
|---|---|---|
| CARD000011 | 404 | It was not possible to fetch the Card for the card_key {card_key}. |
| CARD000012 | 400 | It was not possible to fetch PCI for the card_key {card_key}. |