Files
medusa-store/www/apps/resources/references/utils/enums/utils.PaymentActions/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

32 lines
542 B
Plaintext

import { TypeList } from "docs-ui"
# 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.