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.