Create Upload

Call this endpoint to create an upload session and retrieve an upload ID. Using the upload ID in the Add Upload Part endpoint, historical transactions can be sent in batches for further processing. Required scopes: transaction:write

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
Your issuer organization ID, provided by Kard
userIdstringRequired
The ID of the user as defined on the issuers system

Request

This endpoint expects an object.
dataobjectRequired

Response

This endpoint returns an object.
dataobject

Errors