v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Bulk payment files

Upload public key

Upload a public key for validating signatures and sending signed bulk files. For detailed instructions on creating a public key, refer to the Create public and private keys section in <i>File signature and encryption</i>.

post/corporate/v1/bulk-payments/keys

Request body

idstring required

ID of the public key. Only digits, letters, hyphens, and underscores are allowed, and cannot exceed 60 characters.

key_materialstring required

Public-key encoded in DER and base64 formats

expires_atstring

Expiration date and time of the public key. If not provided, it is set to 6 months from the date of submission.

Example request

{
  "id": "string",
  "key_material": "string",
  "expires_at": "string"
}

Response

Created

idstring

ID of the public key. Only digits, letters, hyphens, and underscores are allowed, and cannot exceed 60 characters.

Example response

{
  "id": "b6cdccc4-f6bf-4218-9e5e-7fb8f66008e3"
}