브랜드페이 discountCode 문의
안녕하세요. 브랜드페이에서 카드 할인 프로모션 적용 테스트 중 문의드립니다.
brandpay.requestPayment(
{
amount: {
currency: "KRW",
value: 100
},
orderId: "200241",
orderName: "캐디피",
successUrl: "http://localhost/api/client/paymnt/doPayToss?payMethodTp=D",
failUrl: "http://localhost/api/client/paymnt/doPayToss?payMethodTp=D",
discountCode: "12860"
}
위와 같이 brandpay.requestPayment 로 요청하면 "discountCode는 정의되지 않은 파라미터입니다."라는 오류메시지를 받게 되는데요.
원인 확인 부탁드려도 될까요?
brandpay.requestPayment(
{
amount: {
currency: "KRW",
value: 100
},
orderId: "200241",
orderName: "캐디피",
successUrl: "http://localhost/api/client/paymnt/doPayToss?payMethodTp=D",
failUrl: "http://localhost/api/client/paymnt/doPayToss?payMethodTp=D",
discountCode: "12860"
}
위와 같이 brandpay.requestPayment 로 요청하면 "discountCode는 정의되지 않은 파라미터입니다."라는 오류메시지를 받게 되는데요.
원인 확인 부탁드려도 될까요?
