put https://sandbox.pismolabs.io/corporate/v1/bulk-payments/
This endpoint enables you to manage the upload of bulk files along with their corresponding signature data in the request header.
Detailed flow:
- The client sends a request with the bulk file as the body and signature in the
Signatureheader. The signature header is formatted askeyId="{key_id}",signature="{signature_base64}". The parameterskey_idandsignature_base64are specified in theparameterssection. - The server processes the request and responds with a
200 OKstatus, indicating the file upload request is complete.
For detailed instructions, refer to File signature and encryption.
Note: Pismo reserves the right to offer this endpoint only for single-tenant clients, reach out to your Pismo representative for more information.