Home > Aria6 User Documentation > Aria6 core api > get_acct_trans_history

get_acct_trans_history

Returns a list of financial transactions associated with an account. You can filter the transactions using criteria such as transaction type, date range, or statement number.

Input Arguments

Req Field Name Field Type Max Length Description
required-icon.png client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
required-icon.png auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
required-icon.png account_no long 22 Aria-assigned account identifier. This value is unique across all Aria-managed accounts..
  transaction_type long 8 Transaciton type to search account history for.  

Allowable values for transaction_type

Values Description
1 Invoice
-1 Voided Invoice
2 check
-2 Voided Check
3 Electronic Payment
-3 Voided Electronic Payment
4 Balance Transfer To Account
-4 Voided Balance Transfer To Account
5 Balance Transfer From Account
-5 Voided Balance Transfer From Account
6 Write Off
-6 Voided Write Off
7 (Deprecated) Out-of-band Electronic Credit
-7 (Deprecated) Voided Out-of-band Electronic Credit
8 Refund Request
-8 Voided Refund Request
9 Balance Forward
-9 Voided Balance Forward
10 Cash Credit
-10 Voided Cash Credit
11 Credit From Overpayment
-11 Voided Credit From Overpayment
12 Electronic Refund Disbursement
-12 Voided Electronic Refund Disbursement
13 Check Refund Disbursementt
-13 Voided Check Refund Disbursement
14 External charge
-14 Voided External Charge
15 Dunning Charge
-15 Voided Dunning Charge
16 reinstated Charge transaction
-16 voided reinstated Charge transaction
17 reinstated Payment transaction
-17 voided reinstated payment transaction
18 Negative Balance Forward
-18 Voided Negative Balance Forward
19 3rd party payment
-19 voided 3rd party payment
20 3rd party payment refund
-20 voided 3rd party payment refund
21 Invoice charge line item
-21 Voided Invoice charge line item
22 Invoice credit line item
-22 Voided Invoice credit line item
24 Credit memo line
-24 Voided credit memo line
  start_date string 14 Specifies start date. The date is in the format yyyy-mm-dd
  end_date string 14 Specifies end date. The date is in the format yyyy-mm-dd
  record_limit long 12 This is the maximum number of records to retrieve from the query.
  filter_statement_no long 22 Statement number filter to use when querying for account transaction history.
  include_void_transactions string 5 Allows whether or not to include void transactions.  

Allowable values for include_void_transactions

Values Description
true true
false false
  alt_caller_id string 30 Person or process that submitted the API call. This can be someone's user ID, or the name of an application.
  optional_transaction_qualifiers array   Array of additional values you can associate with this API call.
  brd_arrow.gif qualifier_name string 100 Name of the field you want to associate with this API call.
  brd_arrow.gif qualifier_value string 100 Corresponding value of the field you want to associate with this API call.
 

Output Arguments

Field Name Field Type Description
history hash  
brd_arrow.gif transaction_id long The globally-unique ID for this transaction across all transactions
brd_arrow.gif transaction_type long The numeric code for the type of transaction being returned. 

Allowable values for transaction_type

Values Description
1 Invoice
-1 Voided Invoice
2 check
-2 Voided Check
3 Electronic Payment
-3 Voided Electronic Payment
4 Balance Transfer To Account
-4 Voided Balance Transfer To Account
5 Balance Transfer From Account
-5 Voided Balance Transfer From Account
6 Write Off
-6 Voided Write Off
7 (Deprecated) Out-of-band Electronic Credit
-7 (Deprecated) Voided Out-of-band Electronic Credit
8 Refund Request
-8 Voided Refund Request
9 Balance Forward
-9 Voided Balance Forward
10 Cash Credit
-10 Voided Cash Credit
11 Credit From Overpayment
-11 Voided Credit From Overpayment
12 Electronic Refund Disbursement
-12 Voided Electronic Refund Disbursement
13 Check Refund Disbursementt
-13 Voided Check Refund Disbursement
14 External charge
-14 Voided External Charge
15 Dunning Charge
-15 Voided Dunning Charge
16 reinstated Charge transaction
-16 voided reinstated Charge transaction
17 reinstated Payment transaction
-17 voided reinstated payment transaction
18 Negative Balance Forward
-18 Voided Negative Balance Forward
19 3rd party payment
-19 voided 3rd party payment
20 3rd party payment refund
-20 voided 3rd party payment refund
21 Invoice charge line item
-21 Voided Invoice charge line item
22 Invoice credit line item
-22 Voided Invoice credit line item
24 Credit memo line
-24 Voided credit memo line
brd_arrow.gif transaction_desc string The long description of this transaction
brd_arrow.gif transaction_amount double The amount of this transaction
brd_arrow.gif transaction_applied_amount double The amount of this transaction actually applied to the account balance, if different than above
brd_arrow.gif transaction_currency string The currency this transaction was recorded in
brd_arrow.gif transaction_create_date string The creation datetime of this transaction
brd_arrow.gif transaction_void_date string If this transaction was voided, the void datetime
brd_arrow.gif statement_no long The ID of the statement on which this transaction appears, if any
brd_arrow.gif transaction_void_reason string A human-readable reason for this transaction to be voided, if any
brd_arrow.gif client_receipt_id string Client-defined unique identifier used to track related system actions
brd_arrow.gif transaction_comments string Client-defined comments on this transaction
brd_arrow.gif transaction_source_id long A code defining the originating source of the transaction, such as a write-off number, payment ID, etc
brd_arrow.gif transaction_ref_code string External reference code for this transaction, such as a check number or external reference code
brd_arrow.gif credit_reason_code_description string The reason for the credit this transaction represents
brd_arrow.gif csr_comments string CSR-generated comments for this transaction line, if any
brd_arrow.gif seq_statement_id string The unique sequential statement number.
error_code long Aria-assigned error identifier. 0 indicates no error.
error_msg string Description of any error that occurred. "OK" if there was no error.
 
 
 
Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.