Cash Receipt Client
class CashReceiptClient(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null) : Closeable
API Secret을 사용해 포트원 API 클라이언트를 생성합니다.
Functions
Link copied to clipboard
현금 영수증 취소
Link copied to clipboard
현금 영수증 단건 조회
Link copied to clipboard
suspend fun issueCashReceipt(paymentId: String, channelKey: String, type: CashReceiptType, orderName: String, currency: Currency, amount: PaymentAmountInput, productType: PaymentProductType? = null, customer: IssueCashReceiptCustomerInput, paidAt: Instant? = null, businessRegistrationNumber: String? = null, paymentMethod: IssueCashReceiptPaymentMethodType? = null): IssueCashReceiptResponse
현금 영수증 수동 발급