Back to Medusa

PaymentActions

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

2.14.2820 B
Original Source

import { TypeList } from "docs-ui"

PaymentActions

Normalized events from payment provider to internal payment module events. In principle, these should match the payment status.

Enumeration Members

AUTHORIZED

AUTHORIZED = "authorized"

Payment session has been authorized and there are available funds for capture.

SUCCESSFUL

SUCCESSFUL = "captured"

Payment was successful and the mount is captured.

FAILED

FAILED = "failed"

Payment failed.

PENDING

PENDING = "pending"

Payment is pending.

REQUIRES_MORE

REQUIRES_MORE = "requires_more"

Payment requires more information.

CANCELED

CANCELED = "canceled"

Payment was canceled.

NOT_SUPPORTED

NOT_SUPPORTED = "not_supported"

Received an event that is not processable.