Pix infraction cancel failure

Pix infraction integrity cancel failure. The following endpoints generate this event: Cancel infraction report. For more information, see the Pix instant payments guide. Also see the Pix payments data events guide.

Type: object
Domain: pix-dict
Event: infraction_cancel_failure
Version: 1

|
infraction_id required

Title: Infraction ID
Description: Pismo-generated Pix infraction ID
Type: string
Example:
91d65e98-97c0-4b0f-b577-73625da1f9fc

error_message

Title: Error message.
Description: Error message that occurred during processing in the integrity stream.
Type: string
Example:
Error on provider

{
    "$schema": "http://json-schema.org/draft-07/schema",
    "type": "object",
    "title": "Pix infraction cancel failure",
    "description": "Pix infraction integrity cancel failure. The following endpoints generate this event:  <a href='https://developers.pismo.io/pismo-docs/reference/post-v2-pix-infraction-cancel'>Cancel infraction report</a>. For more information, see the <a href='https://developers.pismo.io/pismo-docs/docs/pix-instant-payments'>Pix instant payments</a> guide. Also see the <a href='https://developers.pismo.io/pismo-docs/docs/pix-payments-data-events'>Pix payments data events</a> guide.",
    "required": [
        "infraction_id"
    ],
    "properties": {
        "infraction_id": {
            "type": "string",
            "title": "Infraction ID",
            "description": "Pismo-generated Pix infraction ID",
            "examples": [
                "91d65e98-97c0-4b0f-b577-73625da1f9fc"
            ]
        },
        "error_message": {
            "type": "string",
            "title": "Error message.",
            "description": "Error message that occurred during processing in the integrity stream.",
            "examples": [
                "Error on provider"
            ]
        }
    }
}
{
    "infraction_id": "91d65e98-97c0-4b0f-b577-73625da1f9fc",
    "error_message": "Error on provider"
}