The LinX Batch Status object represents an individual LinX workflow request (called an “entry”) within a LinX batch.
position
integer
Position of the entry in the batch.
title
string
Name for the LinX workflow used for the batch. This name is used internally and should describe the purpose of the workflow.
id
string (UUID)
ID of the LinX workflow used for the batch.
status
string enum, values: NEW, QUEUED, COMPLETED, INVALID, CANCELLING, FAILED
Current processing status for the entry. The following values are supported:
phoneNumber
string
Customer’s mobile phone number. The LinX request is sent to this number via SMS.
errorCode
string
Error code related to any processing errors for the entry.
errorMessage
string
Error message related to any processing errors for the entry.
fieldErrors
array
Error information by field.
fieldName
string
Name of the field.
fieldCategory
string
Field category.
code
string
Error code.
message
string
Error message.
LinX Batch Status Object
{
"position": integer,
"title": "string",
"id": "string(UUID)",
"status": "NEW | QUEUED | COMPLETED | INVALID | CANCELLING | FAILED",
"phoneNumber": "string",
"errorCode": "string",
"errorMessage": "string",
"fieldErrors": [
{
"fieldName": "string",
"fieldCategory": "string",
"code": "string",
"message": "string"
}
]
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.