issueCashReceipt

@JvmName(name = "issueCashReceiptSuspend")
suspend fun issueCashReceipt(paymentId: String, channelKey: String, type: CashReceiptType, orderName: String, currency: Currency, amount: PaymentAmountInput, productType: PaymentProductType? = null, customer: IssueCashReceiptCustomerInput, paidAt: Instant? = null): IssueCashReceiptResponse

현금 영수증 수동 발급

현금 영수증 발급을 요청합니다.

Parameters

paymentId

결제 건 아이디

외부 결제 건에 대한 수동 발급의 경우, 아이디를 직접 채번하여 입력합니다.

channelKey

채널 키

type

현금 영수증 유형

orderName

주문명

currency

화폐

amount

금액 세부 입력 정보

productType

상품 유형

customer

고객 정보

paidAt

결제 일자

Throws

현금영수증이 이미 발급된 경우

요청된 채널이 존재하지 않는 경우

요청이 거절된 경우

요청된 입력 정보가 유효하지 않은 경우

PG사에서 오류를 전달한 경우

인증 정보가 올바르지 않은 경우

API 응답이 알 수 없는 형식인 경우