transaction_created.v1

A transaction was created by the Create Transaction endpoint. The debit_credit_indicator field indicates whether the transaction debited or credited the account, and the effective_date indicates the date when the transaction takes effect.

  • Trigger — A transaction is created in the ledger.
  • Processes — This process contains the event trigger:
    • Create Transaction endpoint
Payload
string
required

The payment reference number (PRN) of the account.

string
required

Identifier for an individual account.

string
required

Unique identifier for the transaction.

string

An optional identifier provided by an external system to uniquely identify a transaction in its domain. This ID may be used for reconciliation purposes.

product_and_sub_product
object
required

Object containing the product and subproduct identifiers.

transaction_specification
object
required

Predefined transaction and reason codes to specify the type of transaction.

amount
object
required

The transaction amount.

balances_after_posting
object
required

Contains the balances affected by this transaction after it has been posted.

string
enum
required

The type of accounting action.

Allowed:
string
required

Identifier for the physical location or division within a financial institution or organization that is associated with this operation.

date
required

The business date on which the transaction was processed. See System and Transaction Dates for more information.

date

The date on which the transaction takes effect. See System and Transaction Dates for more information.

string
length ≤ 200

Free-form field containing customer-facing notes.

string
length ≤ 100

Free-form field containing internal notes for bank use that are not shown to the customer.

string
length ≤ 30

Typically a check number, this numeric value links the current transaction with a processing ticket.

string

The type of tax withholding applied to this transaction.

client_metadata
object

Client-reserved field for the transaction, which may have been populated with key/value pairs. Galileo does not populate any data in this field but only stores it for retrieval.

LoadingLoading…