Note
: Pre_posting_code is the hot path hook. It typically has strict performance SLAs as it blocks the committing of a posting to the ledger on a
hot path that could be a card payment or bank transfer. Payment providers generally expect a Payment to be accepted or rejecte d within a
few seconds. Therefore, the pre_posting_code hook is limited in what data it can fetch and what Hook Directives it has access to. All other
hooks are non hot paths. This means they have access to all directives and data.
Helper
Hooks:
get_account_creation_date this method allows you to retrieve the account creation date from Vault for an account.
get_parameter_timeseries This method allows you to retrieve a parameter value at a given point in time.
get_flag_timeseries using this method you can retrieve a flag at a given point in time.
make_internal_transfer_instruction make a posting to and from accounts on vault.
amend_schedule you can alter the next date and time a schedule runs.