v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBulk payment files
Upload bulk file
This endpoint enables you to manage the upload of bulk files along with their corresponding signature data in the request header.
<b>Detailed flow:</b>
- The client sends a request with the bulk file as the body and signature in the Signature header. The signature header is formatted as keyId="{key_id}",signature="{signature_base64}". The parameters key_id and signature_base64 are specified in the parameters section.
- The server processes the request and responds with a 200 OK status, indicating the file upload request is complete.
For detailed instructions, refer to File signature and encryption.
<b>Note</b>: Pismo reserves the right to offer this endpoint only for single-tenant clients, reach out to your Pismo representative for more information.
put/corporate/v1/bulk-payments/{bulkId}
Path parameters
bulkIdstring required
ID of the bulk payment file. This ID is client-generated.
Headers
signaturestring required
The Signature header includes two fields: keyId and signature. The keyId represents the public key ID used to verify the request, while signature contains the the base64-encoded cryptographic signature of the request body, created using the private key associated with the keyId.
Response
OK
string required
Ok
Example response
"OK"