跳到主要内容

查询 PCI 密码

Request

ENDPOINT
/wallet/WALLET_KEY/card/CARD_KEY/pci/password
MÉTODO
GET

路径参数

字段类型描述字符数
WALLET_KEY *string钱包识别密钥。uuid
CARD_KEY *string卡片识别密钥。uuid

Response

STATUS
200
Response Body
{
"pin": "1234"
}

错误

STATUS
4XX
Response 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"
}
CodeStatus code描述
CARD000011404It was not possible to fetch the Card for the card_key {card_key}.
CARD000012400It was not possible to fetch PCI for the card_key {card_key}.