Add Upload Part

Call this endpoint using the upload ID provided in the Create Upload endpoint to add parts to your upload. Currently, this endpoint supports adding historical transactions. Required scopes: transaction:write Note: Maximum of 500 transactions can be uploaded per request.

Path parameters

organizationIdstringRequired

Your issuer organization ID, provided by Kard

userIdstringRequired

The ID of the user as defined on the issuers system

uploadIdstringRequired

The upload ID identifying the upload session to add parts

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
datalist of objectsRequired

Response

This endpoint returns an object.
datalist of objects

Errors