Bank transaction

A bank transaction represents a wire transaction from your account to a bank recipient, all the created transactions must be first authorized via API before they are executed.

Bank transactions can have the following status:

  • šŸ—’ draft: The transaction only exists in Cardda and not in the bank records
  • šŸ”œ enqueued: The transaction has been queued in the bank account
  • 🚮 dequeued: The transaction has been removed from the bank queue
  • ā³ļ»æļ»æ preauthorized: The transaction was successfully preauthorized but must now be authorized.
  • āŒļ»æ declined: Your bank declined the transaction
  • āœ…ļ»æļ»æ approved: The transaction was successfully approved and completed by your bank
  • šŸ”‘ payroll_authorized: The payroll associated to this transactions has been authorized

Bank transactions can also have the following transitions, representing the status in which the transaction is moving towards on the bank:

  • āž”ļø Ā enqueue: Cardda received your enqueue request and its going to be queued soon
  • ā¬…ļø Ā dequeue: Cardda received your dequeue request and its going to be dequeued soon
  • ā³ Ā preauthorize: Cardda received your preauthorize request and its going to be executed soon
  • šŸ’¹Ā  authorize: Cardda received your authorization request and its going to be executed soon
  • šŸ”„Ā  remove: Cardda received your removal request and it's payroll is going to be removed soon
  • ā­•Ā  null: The transaction is not currently moving between status