apply Escrow Logistics
suspend fun applyEscrowLogistics(paymentId: String, sender: PaymentEscrowSenderInput? = null, receiver: PaymentEscrowReceiverInput? = null, logistics: PaymentLogistics, sendEmail: Boolean? = null, products: List<PaymentProduct>? = null): ApplyEscrowLogisticsResponse
에스크로 배송 정보 등록
에스크로 배송 정보를 등록합니다.
Parameters
payment Id
결제 건 아이디
sender
에스크로 발송자 정보
receiver
에스크로 수취인 정보
logistics
에스크로 물류 정보
send Email
이메일 알림 전송 여부
에스크로 구매 확정 시 이메일로 알림을 보낼지 여부입니다.
products
상품 정보
Throws
요청이 거절된 경우
요청된 입력 정보가 유효하지 않은 경우
결제 건이 존재하지 않는 경우
결제가 완료되지 않은 경우
PG사에서 오류를 전달한 경우
인증 정보가 올바르지 않은 경우
API 응답이 알 수 없는 형식인 경우