Skip to content

카드 등록

Lucas edited this page Dec 2, 2019 · 4 revisions

카드등록

Context-type : application/json

POST / regist/shinhanCard


Request

{  
    "cardNoEnc": "카드번호",
    "passwd": "카드비번",
    "validTrm": "유효기간",
    "cvv2": "cvc번호"
}


Response

Sucess

{
    "dataHeader":{
	"successCode":"0",
	"resultCode":"0004",
	"reqKey":null,
	"resultMessage":"성공적으로 조회 되었습니다."
	},
    "dataBody":{
	"resCd":"0004
    }
}
Clone this wiki locally