Skip to main content

RepaymentStatus

The lifecycle status of a repayment request (return).

enum RepaymentStatus {
completed
created
draft
processing
refunded
rejected
to_refund
waiting_for_approval
waiting_warehouse_reception
}

Values

RepaymentStatus.completed

The return is accounting-only: the fiscal document has been issued and there is no refund to execute. This is a final status.

RepaymentStatus.created

The repayment request has been created.

RepaymentStatus.draft

The repayment request is a draft. Ignore repayment requests in this status.

RepaymentStatus.processing

The return has been approved; the fiscal document (credit note) is being issued.

RepaymentStatus.refunded

The return has been refunded. This is a final status.

RepaymentStatus.rejected

The return has been rejected.

RepaymentStatus.to_refund

There is a refund to execute. When the customer care executes it, the request moves to refunded.

RepaymentStatus.waiting_for_approval

The goods have been received by the warehouse; the return is waiting to be approved.

RepaymentStatus.waiting_warehouse_reception

The return has been confirmed by the customer care; OMS is waiting for the warehouse to receive the goods.

Member Of

RepaymentRequest object ● RepaymentStatusComparisonInput input