Create Session
Summary of Create Session Error Codes
The Create Session error codes mainly cover validation issues with client data, access permissions, and general server errors.
Common problems include:
- Missing required client fields such as billinkUsername, billinkID, and workflowNumber.
- Access denial due to insufficient permissions.
- Client not found errors when billinkID or billinkUsername do not match any records.
- Unexpected server errors causing failure during session creation.
Code
Message
400 | The form contains the following errors: 1) client.billinkUsername: This value should not be blank. 2) client.billinkID: This value should not be blank. 3) client.workflowNumber: This value should not be blank. |
403 | Access denied |
404 | No client found with such billinkID or billinkUsername |
500 | Something went wrong |
Was this section helpful?
What made this section unhelpful for you?
On this page
- Create Session