Skip to main content
Aria Knowledge Central

set_session_m

Summary

API Name set_session_m
Class ssouss_services_m
Update Version 33

Description

Starts an Aria session for a specified user ID. Within an Aria session, you can perform functions such as securely processing payment transactions or securely retrieving account information in registration or User Self Service applications.

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 Yes

Account's user ID. Alternative to using acct_no.

Alternative required field: acct_no or client_acct_id

acct_no long 22 Yes

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

Alternative required field: user_id or client_acct_id

client_session_id string 1000 No

Client-defined identifier for the application session.

alt_caller_id string 30 No

User ID given by user when creating the session.

client_acct_id string 50 Yes

Client-defined account identifier.

Alternative required field: acct_no or user_id

Outputs

Name Type Length Required Description
session_id string 32 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.

TOP
  • Was this article helpful?