토스 결제 요청 request 확인 문의
안녕하세요.
과면세복합상점을 이용중인데 면세 상품에 대해 클라이언트에서 아래와 같이 요청을 만들었다고 합니다.
{
"amount": 1000000,
"taxFreeAmount": 1000000,
"orderId": "N_education_181_135_241010210646",
"orderName": "챌린지 개강알림 테스트",
"customerName": "이준구",
"successUrl": "http://localhost:4000/service/workshop/181/pay/complete?eduProductID=181&eduClassID=135&eduClassStudentID=602&service=Education&payType=cash&payReceipt=cashReceipt&totalAmount=1000000",
"failUrl": "http://localhost:4000/service/workshop/181/pay/complete",
"validHours": 168,
"virtualAccountCallbackUrl": "https://dev-api.stunning.kr/api/v1/payment/callback/vbank"
}
하지만 결제 모달에서 현금영수증 미발급을 누르면 taxFreeAmount가 0이 된다고 하는데 실제 토스에 발송된 request 데이터를 확인해 볼 수 있을까요?
과면세복합상점을 이용중인데 면세 상품에 대해 클라이언트에서 아래와 같이 요청을 만들었다고 합니다.
{
"amount": 1000000,
"taxFreeAmount": 1000000,
"orderId": "N_education_181_135_241010210646",
"orderName": "챌린지 개강알림 테스트",
"customerName": "이준구",
"successUrl": "http://localhost:4000/service/workshop/181/pay/complete?eduProductID=181&eduClassID=135&eduClassStudentID=602&service=Education&payType=cash&payReceipt=cashReceipt&totalAmount=1000000",
"failUrl": "http://localhost:4000/service/workshop/181/pay/complete",
"validHours": 168,
"virtualAccountCallbackUrl": "https://dev-api.stunning.kr/api/v1/payment/callback/vbank"
}
하지만 결제 모달에서 현금영수증 미발급을 누르면 taxFreeAmount가 0이 된다고 하는데 실제 토스에 발송된 request 데이터를 확인해 볼 수 있을까요?
