Skip to main content

Flow of uploading files

For uploading files you send a list of files to upload:
Payt will return a list of files that need uploading. Files that are already present are not returned.
After that, you can upload the file to the presented URL. There the file will be checked if it matches on byte_size, content_type and checksum.

Checking file integrity

Payt uses checksum values to verify the integrity of data that you upload. Payt uses the Secure Hash Algorithm 3 with 512 bits (SHA3-512). This is encoded with Base64 encoding. This results in a string with 88 characters, the length of this checksum will be validated.

Fields

Last modified on June 12, 2026