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. |
invoice_payment_details |
hash |
Array of invoice payments returned upon successful completion of the API call. |
transaction_id |
long |
The unique identifier for a given transaction |
transaction_type |
long |
Aria-assigned identifier for this type of transaction
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 Disbursement |
-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 |
|
description |
string |
Text description of the transaction |
amount |
double |
Total monetary value of this transaction |
applied_amount |
double |
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 |
The 3-character ISO-compliant currency code in lowercase for monetary values used in the context of this API method. |
transaction_date |
string |
Date the transaction was executed. |
is_voided |
string |
A return value of "true" here indicates the transaction has been voided.
Allowable values for is_voided:
Values |
Description |
true |
true |
false |
false |
|
statement_no |
long |
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. |
payment_type |
string |
For payment transactions only, the type of payment (e.g. Credit Card).
Allowable values for payment_type:
Values |
Description |
-1 |
External Payment |
0 |
Other |
1 |
Credit card |
2 |
Electronic Check (ACH) |
3 |
Pre-paid |
4 |
Net terms 30 |
5 |
Net terms 10 |
6 |
Net terms 15 |
7 |
Net terms 60 |
8 |
Click&Buy |
9 |
Net Terms 0 |
10 |
PayByCash |
11 |
PayPal Express Checkout |
12 |
Net Terms 45 |
13 |
Tokenized Credit Card |
14 |
Purchase Power |
15 |
Net Terms 35 |
16 |
Net Terms 75 |
17 |
Net Terms 90 |
18 |
Net Terms 120 |
19 |
Net Terms 25 |
26 |
Direct Debit |
|
payment_src_description |
string |
For electronic payment transactions only, the granular type of the source of the payment (e.g. American Express) |
payment_src_suffix |
string |
For electronic payment transactions only, the last 4 digits of the account (e.g. the last 4 digits if the credit card used). |
client_receipt_id |
string |
Client-defined unique identifier used to track related system actions |
seq_statement_id |
string |
The unique sequential statement number. |
payment_method_no |
long |
Aria-assigned sequence number for this payment method. |
client_payment_method_id |
string |
The client-defined identifier of the payment method used for payment. |
reason_code |
long |
Client-defined reason code for the transaction |
reason_description |
string |
Client-defined reason code description |
payment_option |
string |
This allows you to select either payment methods (such as a credit card or other electronic form of payment) or payment terms (such as a physical check) when creating or modifying a billing group'
Allowable values for payment_option:
Values |
Description |
Methods |
Methods |
Terms |
Terms |
|
client_payment_term_id |
string |
Client Payment Term ID from Payment Terms configuration. |
payment_terms_name |
string |
Payment Terms Name from Payment Terms configuration. |
payment_terms_no |
long |
Payment Terms Number from Payment Terms configuration. |
ean_gln_num |
string |
'EAN or GLN Number from billing group that is only applicable if payment_option="Terms" and pmt_terms_type="EAN/GLN"' |
ean_gln_requisition_num |
string |
'EAN or GLN Requisition Number from billing group that is only applicable if payment_option="Terms" and pmt_terms_type="EAN/GLN"' |
bill_email |
string |
Email of the billing contact. |
payment_terms_type |
string |
Payment Terms Type from Payment Terms configuration.
Allowable values for payment_terms_type:
Values |
Description |
EAN/GLN |
EAN/GLN |
Net Terms |
Net Terms |
|