현금영수증 발급에러
###
POST https://api.tosspayments.com/v1/cash-receipts
Authorization: Basic *
Content-Type: application/json
{
"amount" : "91600",
"customerIdentityNumber": "010**",
"orderId": "2025012400376",
"orderName": "타이어 외",
"type": "소득공제"
}
"code": "INVALID_REQUIRED_PARAM",
"message": "필수 파라미터가 누락되었습니다."
}
해당에러에 대해 문제점을 모르겠습니다
POST https://api.tosspayments.com/v1/cash-receipts
Authorization: Basic *
Content-Type: application/json
{
"amount" : "91600",
"customerIdentityNumber": "010**",
"orderId": "2025012400376",
"orderName": "타이어 외",
"type": "소득공제"
}
에러
{"code": "INVALID_REQUIRED_PARAM",
"message": "필수 파라미터가 누락되었습니다."
}
해당에러에 대해 문제점을 모르겠습니다
