Cancel Stamps ERR

This operation cancels (voids) stamps generated for ERR (Electronic Return Receipt).

  • User needs to provide Stamp IDs to cancel those specific ERR stamps.
  • User can download the Refund Form having details of generated Postage.
  • At once, maximum 1000 stamps can be requested for cancelation.
SecuritybearerAuth
Request
header Parameters
X-PB-Developer-Partner-ID
string

The Developer Partner ID is assigned by PB to uniquely identify a Developer's strategic business partners. If the developer is the sole business partner, this field is not required.

Request Body schema: application/json
stampIds
Array of strings

This is a list of StampIDs which is used for cancelling ERR postage.

Responses
200

Stamps Refund Form has been generated.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

post/api/v1/err/stamps/void
Request samples
application/json
{
  • "stampIds": [
    ]
}