| Variable | Name | Type | Format | Usage | Description |
|---|---|---|---|---|---|
| X-App-Sig | X-App-Sig | header | string | M | Dev Authentication |
| Example | {"type":"string","example":"DEV-SKIP"} | ||||
| Variable | Name | Type | Format | Usage | Description |
|---|---|---|---|---|---|
| account | account | string | account | ||
| account_scheme | account_scheme | string | |||
| action | Action | string | |||
| base_account | base_account | string | Base multicurrency account | ||
| client_code | Client code | string | Unique client identifier. Issued automatically by the System upon new Customer registration. | ||
| consolidated_amount_check | Consolidated amount check | boolean | |||
| create_date | Create Date | string | DATETIME | The date entry was created on | |
| create_user | Create User | string | The username of ABS user who has created an entry | ||
| document_reference | document_reference | string | The unique payment ID as assigned by the ABS system upon Payment registration in the ABS | ||
| form_title | form_title | string | Service field | ||
| hold_amount | hold_amount | number | decimal | Hold amount | |
| hold_amount_agent | Hold amount agent | number | |||
| hold_amount_agent_num | Hold amount agent num | STRING | |||
| hold_amount_num | Hold amount num | STRING | |||
| hold_amount_tax | Hold amount tax | number | |||
| hold_amount_tax_num | Hold amount tax num | STRING | |||
| hold_currency | hold_currency | string | Hold currency | ||
| hold_currency_exponenta | Hold currency exponenta | INTEGER | |||
| hold_payment_type | hold_payment_type | string | Type of hold payment | ||
| id | id | integer | INT64 | Record's sequence number generated in the system. | |
| instruction_type | instruction_type | string | Type hold instruction | ||
| modify_date | Modify Date | string | DATETIME | The date entry was last modified on | |
| modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | ||
| no_amount_check | No amount check | boolean | |||
| no_limits_check | No limits check | boolean | |||
| state | state | integer | INT64 | Record state for replication | |
| uid | uid | string | Unique record identifier which is used to distinguish between existing records | ||
| version | version | integer | INT64 | Record version for replication |
200 - Response with error when `status` is ERROR
| Variable | Name | Type | Format | Description |
|---|---|---|---|---|
| status | status | string | Request execution status | |
| error_description | Error Description | string | Description of error | |
| error | Error Code | string | Error code | |
| data_type | data_type | string | Type of data | |
| total_records | total_records | string | Total count of records | |
| data | data | object | Empty object |
{
"status": "error",
"error_description": "[INVALID-SIGNATURE : Request signature is incorrect. invalid-authorization-token]",
"error": {},
"data_type": "",
"total_records": -2,
"data": {}
}
holdInstructionModel
| Variable | Name | Type | Format | Description |
|---|---|---|---|---|
| status | status | string | Request execution status | |
| error_description | Error Description | string | Description of error | |
| error | Error Code | string | Error code | |
| data_type | data_type | string | Type of data | |
| total_records | total_records | string | Total count of records | |
| data | data | object | data of Response |
| Variable | Name | Type | Format | Description |
|---|---|---|---|---|
| account | account | string | account | |
| account_scheme | account_scheme | string | ||
| action | Action | string | ||
| base_account | base_account | string | Base multicurrency account | |
| client_code | Client code | string | Unique client identifier. Issued automatically by the System upon new Customer registration. | |
| consolidated_amount_check | Consolidated amount check | boolean | ||
| create_date | Create Date | string | DATETIME | The date entry was created on |
| create_user | Create User | string | The username of ABS user who has created an entry | |
| description | description | string | Description of a given record | |
| document_reference | document_reference | string | The unique payment ID as assigned by the ABS system upon Payment registration in the ABS | |
| error_description | Error Description | string | Description of error | |
| form_title | form_title | string | Service field | |
| hold_amount | hold_amount | number | decimal | Hold amount |
| hold_amount_agent | Hold amount agent | number | ||
| hold_amount_agent_num | Hold amount agent num | STRING | ||
| hold_amount_num | Hold amount num | double | ||
| hold_amount_tax | Hold amount tax | number | ||
| hold_amount_tax_num | Hold amount tax num | STRING | ||
| hold_balance | hold_balance | number | decimal | Hold balance |
| hold_balance_agent | Hold balance agent | number | ||
| hold_balance_agent_num | Hold balance agent num | STRING | ||
| hold_balance_num | Hold balance num | double | ||
| hold_balance_tax | Hold balance tax | number | ||
| hold_balance_tax_num | Hold balance tax num | STRING | ||
| hold_currency | hold_currency | string | Hold currency | |
| hold_currency_exponenta | Hold currency exponenta | INTEGER | ||
| hold_payment_type | hold_payment_type | string | Type of hold payment | |
| id | id | integer | INT64 | Record's sequence number generated in the system. |
| instruction_type | instruction_type | string | Type hold instruction | |
| insufficient_funds | insufficient_funds | boolean | Status of funds | |
| modify_date | Modify Date | string | DATETIME | The date entry was last modified on |
| modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | |
| no_amount_check | No amount check | boolean | ||
| no_limits_check | No limits check | boolean | ||
| payment_type | payment_type | string | Payment type | |
| processing_status | Processing Status | string | Status of remote client data processing received from the external system | |
| processing_step | Processing step | string | Step of remote client data processing received from the external system | |
| state | state | integer | INT64 | Record state for replication |
| system | system | string | ||
| uid | uid | string | Unique record identifier which is used to distinguish between existing records | |
| version | version | integer | INT64 | Record version for replication |