Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

PaymentActions

Normalized events from payment provider to internal payment module events.

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.

NOT_SUPPORTED

NOT_SUPPORTED = "not_supported"

Received an event that is not processable.

Was this section helpful?