Skip to main content

Operation Status

Statuses

1. created

  • Description: This status indicates that the operation has been successfully created. It is the initial state of any operation and signifies that the transaction is initiated but not yet processed.
  • Implications: When an operation is in the created state, it is pending execution.

2. canceled

  • Description: This status is assigned to an operation when it has been canceled post-creation but before it is captured.
  • Implications: A canceled operation indicates that the transaction has been terminated and will not proceed. No funds are transferred, and the operation is considered closed.

3. captured

  • Description: The captured status signifies that the operation has been successfully completed. This status is assigned after the necessary validations are done, and the transaction is fully processed.
  • Implications: Once an operation is captured, it implies that any fund transfers or financial changes associated with the operation have been finalized. This is the conclusive state of the transaction, confirming its successful completion.