GET
/
v1
/
batch
/
intrabank
/
{batchId}
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/batch/intrabank/{batchId} \
  --header 'Authorization: <api-key>'
{
  "batchId": "bch-eabf1eb3-70a6-4ce0-ac01-3ffca4e6f86f",
  "completedAt": "2023-11-20T08:34:49Z",
  "createdAt": "2023-11-20T08:34:46Z",
  "failedCount": 0,
  "modifiedAt": "2023-11-20T08:34:49Z",
  "status": "completed",
  "successCount": 2,
  "totalCount": 2,
  "transferType": "intrabank"
}

Authorizations

Authorization
string
header
required

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

batchId
string
required

Response

200 - application/json
Retrieve an Intrabank Batch
batchId
string
Example:

"bch-eabf1eb3-70a6-4ce0-ac01-3ffca4e6f86f"

completedAt
string
Example:

"2023-11-20T08:34:49Z"

createdAt
string
Example:

"2023-11-20T08:34:46Z"

failedCount
number
Example:

0

modifiedAt
string
Example:

"2023-11-20T08:34:49Z"

status
string
Example:

"completed"

successCount
number
Example:

2

totalCount
number
Example:

2

transferType
string
Example:

"intrabank"