에몽
TPToss payments 개발자 커뮤니티
•Created by 에몽 on 1/3/2025 in #❓┃연동개발-문의
유효기간
정기결제시 정확한 카드번호와 유효기간을 입력해도 계속 이 오류가 뜹니다. 여러가지 카드로 시도해봐도 다 마찬가지네요.
{
"code": "INVALID_CARD_EXPIRATION",
"message": "카드 정보를 다시 확인해주세요.\n(유효기간)"
}
뭐가 문제일까요?
기타 다른 정보들입니다.
{
"X-TossPayments-Trace-Id": "ef0c563f98a0c06fae5e94ef1b606340"
}
{
"customerKey": "5",
"cardNumber": "370300**401",
"cardExpirationYear": "00",
"cardExpirationMonth": "00",
"cardPassword": "",
"customerBirthday": null,
"customerIdentityNumber": "8510",
"customerName": null,
"customerEmail": null,
"vbv": null
}
{
"authorization": "Basic bGl2Z***",
"user-agent": "GuzzleHttp/6.5.5 curl/7.29.0 PHP/7.3.20",
"content-type": "application/json; charset=utf-8"
}
15 replies