Skip to main content
Aria Knowledge Central

get_payment_applications_m

Summary

API Name get_payment_applications_m
Class transaction_services_m
Update Version 67

Description

Returns a list of charge transactions against which a particular credit transaction has been applied for a specified account.

Inputs

Name Type Length Required Description
client_no long 22 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 No

Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call.

acct_no long 22 Yes

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

Alternative required field: client_acct_id

src_transaction_id long 22 Yes

Aria transaction ID for the credit transaction (e.g., Payment)

client_acct_id string 50 Yes

Client-defined account identifier.

Alternative required field: acct_no

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

payment_applications object   No

An Array of payment applications.

See fields below

payment_applications fields

Name Type Length Required Description
transaction_id long   No

Aria-assigned identiier for this transaction

transaction_type long 3 No

Type of transaction

Allowed values:

Value 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
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
description string   No

Text description of the transaction

amount double   No

Total monetary value of this transaction

applied_amount double   No

For transaction types that decrease an accounts balance (e.g. Payments) the amount of this transaction applied to date to charge transactions on the account.

currency_code string   No

ISO Currency code for this transaction

transaction_date string   No

Date the transaction was executed.

is_voided string   No

A return value of "true" here indicates the transaction has been voided.

Allowed values:

Value Description
True  
False  
statement_no long   No

If the given transaction has been included within a statement (an Aria-generated internal grouping of all financial transactions on this account within a given period), the Aria-assigned identifier of that statement.

client_receipt_id string 50 No

Client-defined unique identifier used to track related system actions

seq_statement_id string   No

The unique sequential statement number.

invoice_no long   No

The invoice number to which this credit was applied.

invoice_line_no long   No

The sequential line number of the invoice item to which the payment was applied.

invoice_line_service_no long   No

The service number of the invoice line item.

invoice_line_description string   No

The description of the invoice line item.

TOP
  • Was this article helpful?