Status Transaction
This section describes the different statuses that transactions can have within our API. The statuses indicate the progress or outcome of a specific transaction. Below are the common statuses and their meanings:
Status
✅ Created
Indicates that the transaction has been successfully created but has not yet been processed.
〰️ Processing
The transaction is in progress and is currently being processed. This could involve verifying details, checking for sufficient funds, or other processing steps.
✔️ Completed
The transaction has been successfully completed. The funds have been transferred, and the process has finished successfully.
❌ Canceled
The transaction was canceled before being completed. This could have been done by the user or the system due to some reason.
🪲 Error
An error occurred during the transaction, and it could not be completed. This may happen due to issues like insufficient funds, network problems, or other unexpected errors.