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?