This API allows for the batch submission of multiple accounts to a payment processor for collection attempts on each account to settle their balances. Each submitted account must be assigned to a collection group with specified payment methods before running this API, or the collection does not take place. This can be accomplished either by directly specifying the payment method number or ID (acct_no, client_acct_id, payment_method_no, client_payment_method_id) or you can give the master plan identifier (master_plan_instance_no, client_master_plan_instance_id) to use the plan's corresponding billing group's primary payment method.
The supplied accounts are added to a flat file that is submitted to the payment processor. Once they make the required collection attempts, a response file is sent back to Aria and the associated accounts are updated. Currently, only the Vantiv payment processor supports the bulk settlement process.
For information on error messages generated by this API, see settle_account_balance_bulk_m Error Messages.
Req | Field Name | Field Type | Max Length | Description |
---|---|---|---|---|
![]() |
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. |
![]() |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. |
Start of account_info array | ||||
account_info | array | Array that allows for multiple account submissions for account balance settlement. | ||
Field Name | Field Type | Max Length | Description | |
![]() |
![]() |
long | Aria-assigned account identifier. This value is unique across all Aria-managed accounts. Accounts must be assigned to a collection group before running this API, or the collection does not take place. | |
OR | ||||
![]() |
string | 50 | Client-defined account identifier. | |
![]() |
![]() |
long | 22 | Aria-assigned sequence number for this payment method. Either payment method or MPI information must be provided. If both are provided the payment method will be used to collect the amount due for the MPI specified. |
OR | ||||
![]() |
string | 100 | Client-defined identifier for this payment method. Either payment method or MPI information must be provided. If both are provided the payment method will be used to collect the amount due for the MPI specified. | |
OR | ||||
![]() |
long | 22 | Aria-generated unique identifier for the master plan instance. Either payment method or MPI information must be provided. If both are provided the payment method will be used to collect the amount due for the MPI specified. | |
OR | ||||
![]() |
string | 100 | Client-defined unique identifier for the master plan instance. Either payment method or MPI information must be provided. If both are provided the payment method will be used to collect the amount due for the MPI specified. | |
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. | ||
![]() |
string | 100 | Name of the field you want to associate with this API call. | |
![]() |
string | 100 | Corresponding value of the field you want to associate with this API call. | |
End of account_info array | ||||
application_id | string | 300 | The application identifier in which the API is being used in. (Example: “Sales Force”) | |
application_date | string | 300 | The application date/timestamp, ie. 01/01/2014 10:00:00 to track when the application called the API. |
Field Name | Field Type | Description |
---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error. |
error_msg | string | Description of any error that occurred. "Batch successfully submitted" if there was no error. |