List import batch raw records
curl --request GET \
--url http://localhost:3001/v1/import-batches/{batchId}/raw-records{
"items": [
{
"id": "<string>",
"importBatchId": "<string>",
"paymentIntentId": "<string>",
"sourceRef": "<string>",
"rowNumber": 123,
"normalizedType": "<string>",
"normalizedId": "<string>",
"validationStatus": "<string>",
"validationErrors": {},
"receivedAt": "2023-11-07T05:31:56Z",
"payload": {}
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐ฅ Imports
List import batch raw records
GET
/
v1
/
import-batches
/
{batchId}
/
raw-records
List import batch raw records
curl --request GET \
--url http://localhost:3001/v1/import-batches/{batchId}/raw-records{
"items": [
{
"id": "<string>",
"importBatchId": "<string>",
"paymentIntentId": "<string>",
"sourceRef": "<string>",
"rowNumber": 123,
"normalizedType": "<string>",
"normalizedId": "<string>",
"validationStatus": "<string>",
"validationErrors": {},
"receivedAt": "2023-11-07T05:31:56Z",
"payload": {}
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Query Parameters
Required range:
1 <= x <= 500Required range:
0 <= x <= 9007199254740991โI
