Skip to main content
Below is a selection of common error codes you may prompt when using /Upload endpoints.
STATUS CODEMESSAGE / DESCRIPTIONSTEPS TO REPRODUCE
400AccountId has to either be provided to all transactions or to none of them.Provide AccountId to only one transaction within a set.
400TransactionId has to either be provided to all transactions or none of them.Provide TransactionId to only one transaction within a set.
400All TransactionIds have to be unique within the request.Provide the same TransactionId for all transactions within a set.
400Country code is not valid.Enter a country code in OriginCountry that is not ca or us.
400When using your own data, the country of origin must be provided.OriginCountry is left empty or not present.
403FEATURE_DISABLEDAttempt to call an /Upload endpoint while the feature is not enabled for your instance.
403If the JSON body size exceeds 5 megabytes, you may return this error — please try again later.Submit a request with a JSON body above 5 megabytes.
413If the JSON body size exceeds 5 megabytes, you may return this error — please try again later.Submit a request with a JSON body above 5 megabytes.