cancelCashReceiptByPaymentId

@JvmName(name = "cancelCashReceiptByPaymentIdSuspend")
suspend fun cancelCashReceiptByPaymentId(paymentId: String): CancelCashReceiptResponse

현금 영수증 취소

현금 영수증 취소를 요청합니다.

Parameters

paymentId

결제 건 아이디

Throws

현금영수증이 존재하지 않는 경우

현금영수증이 발급되지 않은 경우

요청이 거절된 경우

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

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

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

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