settle_dispute_hold_m
Summary
| API Name | settle_dispute_hold_m |
|---|---|
| Class | transaction_services_m |
| Update Version | 34 |
Description
Settle dispute for the given dispute number.
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 |
||||||||
| dispute_no | long | 22 | Yes |
Dispute number. |
||||||||
| settlement_action | long | 22 | Yes |
The amount need to be writeoff/dispute. Allowed values:
|
||||||||
| comments | string | 3000 | No |
Comments to settle dispute. |
||||||||
| client_receipt_id | string | 50 | No |
Client-defined unique identifier used to track related system actions. |
||||||||
| 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. |
|||||||
| rec_no | long | No |
Note: This field is deprecated. Aria no longer supports rec_no. |
|||||||
| created_by | string | No |
Write-off/dispute creator name. |
|||||||
| amount | double | No |
Write-off/dispute amount. |
|||||||
| invoice_no | long | No |
The Aria-assigned unique identifier of a given invoice. |
|||||||
| invoice_date | string | No |
Invoice date. |
|||||||
| invoice_amt | double | No |
Invoice amount. |
|||||||
| dispute_creation_date | string | No |
Dispute create date. |
|||||||
| dispute_exp_date | string | No |
Dispute expiration date. |
|||||||
| comments | string | No |
Write-off/dispute comments. |
|||||||
| reason_code | long | No |
Write-off/dispute reason code. |
|||||||
| secondary_reason_code | long | No |
Dispute reason code. |
|||||||
| dispute_ind | long | No |
Specifies dispute or writeoff Allowed values:
|
|||||||
| can_unsettle | string | No |
Note: This field is deprecated. Aria no longer supports can_unsettle. |
|||||||
| rec_no_2 | long | No |
Write-off/dispute record number. |
|||||||
| is_voided | long | No |
Specifies if the dispute is voided. Allowed values:
|