현금영수증 관련 API
현금영수증에 관련된 API 를 확인할 수 있습니다.
⌨ 현금영수증 조회
현금영수증 조회
GET
https://api.portone.io/v2/payments/{payment_id}/cash-receipt
Path Parameters
Name | Type | Description |
---|---|---|
payment_id* | string | 결제 ID |
Query Parameters
Name | Type | Description |
---|---|---|
store_id | string | 하위 상점 ID - 값을 넣지 않으면 Merchant 유저의 기본값으로 설정된 상점의 id가 입력됩니다. |
receipt
* object
현금영수증 정보
⌨ 현금영수증 발급
현금영수증 발급
POST
https://api.portone.io/v2/payments/{payment_id}/cash-receipt
결제 건에 대한 수동 현금영수증 발급
Path Parameters
Name | Type | Description |
---|---|---|
payment_id* | string |
Request Body
Name | Type | Description |
---|---|---|
store_id | string | |
channel_name* | string | |
customer_identifier* | string | |
type* | CashReceiptType | 현금영수증 용도. personal = 소득공제용, corporate = 지출증빙용, anonymous = 국세청번호 자동발급 케이스 |
order_name* | string | |
currency* | Currency | 화폐 |
amount* | number | |
tax_free_amount | number | 면세 금액 (기본값:
|
product_type | ProductType | 상품 유형 |
customer_name | string | 고객 성명 |
customer_email | string | 고객 이메일 |
receipt_id
* string
현금영수증 ID
pg_tx_id
* string
PG사 거래ID
issue_number
* string
receipt_url
* string
현금영수증 용도. personal = 소득공제용, corporate = 지출증빙용, anonymous = 국세청번호 자동발급 케이스
"PERSONAL"
, "CORPORATE"
, "ANONYMOUS"
⌨ 현금영수증 발급 취소
현금영수증 발급 취소
DELETE
https://api.portone.io/v2/payments/{payment_id}/cash-receipt
Path Parameters
Name | Type | Description |
---|---|---|
payment_id* | string | 결제 ID |
Query Parameters
Name | Type | Description |
---|---|---|
store_id | string | 하위 상점 ID - 값을 넣지 않으면 Merchant 유저의 기본값으로 설정된 상점의 id가 입력됩니다. |
cancelled_amount
* integer
현금영수증 취소 금액
cancelled_at
* string
현금영수증 취소 시각
Last updated