Search
K

발급내역 단건 조회 API

처아포트를 통해 발행된 현금영수증 상세정보를 조회할 수 있습니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

포트원을 통해 발급된 현금영수증을 단건 조회 합니다.

get
https://api.iamport.kr
/receipts/{imp_uid}
현금영수증 단건조회 API
Response Model Schema
{
"code": 0,
"message": "string",
"response": {
"imp_uid": "string",
"receipt_tid": "string",
"apply_num": "string",
"type": "person",
"amount": 0,
"vat": 0,
"receipt_url": "string",
"applied_at": 0,
"cancelled_at": 0
}
}