Back to Medusa

PaymentCollectionStatus

www/apps/resources/references/utils/enums/utils.PaymentCollectionStatus/page.mdx

2.14.2887 B
Original Source

import { TypeList } from "docs-ui"

PaymentCollectionStatus

The payment collection's status.

Enumeration Members

NOT_PAID

NOT_PAID = "not_paid"

The payment collection isn't paid.

AWAITING

AWAITING = "awaiting"

The payment collection is awaiting payment.

AUTHORIZED

AUTHORIZED = "authorized"

The payment collection is authorized.

PARTIALLY_AUTHORIZED

PARTIALLY_AUTHORIZED = "partially_authorized"

Some of the payments in the payment collection are authorized.

CANCELED

CANCELED = "canceled"

The payment collection is canceled.

FAILED

FAILED = "failed"

The payment collection is failed.

PARTIALLY_CAPTURED

PARTIALLY_CAPTURED = "partially_captured"

The payment collection is partially captured.

COMPLETED

COMPLETED = "completed"

The payment collection is completed.