-
Notifications
You must be signed in to change notification settings - Fork 0
카드 등록
Lucas edited this page Dec 2, 2019
·
4 revisions
Context-type : application/json
POST / regist/shinhanCard
{
"cardNoEnc": "카드번호",
"passwd": "카드비번",
"validTrm": "유효기간",
"cvv2": "cvc번호"
}
Sucess
{
"dataHeader":{
"successCode":"0",
"resultCode":"0004",
"reqKey":null,
"resultMessage":"성공적으로 조회 되었습니다."
},
"dataBody":{
"resCd":"0004
}
}