preRegisterPayment

@JvmName(name = "preRegisterPaymentSuspend")
suspend fun preRegisterPayment(paymentId: String, totalAmount: Long? = null, taxFreeAmount: Long? = null, currency: Currency? = null): PreRegisterPaymentResponse

결제 정보 사전 등록

결제 정보를 사전 등록합니다.

Parameters

paymentId

결제 건 아이디

totalAmount

결제 총 금액

taxFreeAmount

결제 면세 금액

currency

통화 단위

Throws

결제가 이미 완료된 경우

요청이 거절된 경우

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

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

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