현금영수증 발급에러

###
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": "."
}

Was this page helpful?