set_session_auth_m
Summary
| API Name | set_session_auth_m |
|---|---|
| Class | ssouss_services_m |
| Update Version | 6.39 |
Description
Authenticates a customer who logs into a User Self Service application with a user ID and password. Starts an Aria session for the customer that is logged in. Within the Aria session, you can perform functions such as securely processing payment transactions or securely retrieving account information.
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. |
| user_id | string | 32 | No |
Account's user ID. |
| password | string | 32 | No |
Password for the given user |
| alt_caller_id | string | 30 | No |
User ID given by user when creating the session. |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| session_id | string | No |
Client-assigned identifier for the application session. |
|
| 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. |