해외 카드 정기결제 문의
안녕하세요. 이메일로 문의 드리던 사항 이어서 문의드립니다.
상점아이디: tbcmuph_kr
Request Body
{
"customerKey": "123",
"cardNumber": "4242-424**42-424*",
"cardExpirationYear": "29",
"cardExpirationMonth": "10",
"cardPassword": null,
"customerBirthday": null,
"customerIdentityNumber": null,
"customerName": null,
"customerEmail": null,
"vbv": null
}
Response Body
{
"code": "INVALID_CARD_NUMBER",
"message": "카드번호를 다시 확인해주세요."
}
이렇게 응답받았습니다.
개인 한국카드로 테스트 해도 같은 결과 받았습니다.
어떤 이슈 일까요?
상점아이디: tbcmuph_kr
Request Body
{
"customerKey": "123",
"cardNumber": "4242-424**42-424*",
"cardExpirationYear": "29",
"cardExpirationMonth": "10",
"cardPassword": null,
"customerBirthday": null,
"customerIdentityNumber": null,
"customerName": null,
"customerEmail": null,
"vbv": null
}
Response Body
{
"code": "INVALID_CARD_NUMBER",
"message": "카드번호를 다시 확인해주세요."
}
이렇게 응답받았습니다.
개인 한국카드로 테스트 해도 같은 결과 받았습니다.
어떤 이슈 일까요?
