Elo inclusive transactions not processed

This event is generated when the disputes platform receives inclusive transactions from network ELO (chargeback second presentment and rejection, fee from issuer, fraud, pre-arbitration and reversal rejections) that were not processed at Pismo

Type: object
Domain: disputes
Event: elo_inclusive_transactions_not_processed
Version: 1

|
org_id required

Title: Organization/tenant ID
Description: Organization/tenant ID on the Pismo platform
Type: string
Example:
TN-5aea4104-7994-46d5-83d6-a55c8439a00c

cid required

Title: Correlational ID
Description: The correlation identifier is used to link related API requests and events
Type: string
Example:
d6b39fae-d35e-4148-a64a-573c0cc03515

clearing_path

Title: Clearing file path
Description: Identifies in which path the clearing file was saved
Type: string or null
Example:
TN-5aea4104-7994-46d5-83d6-a55c8439a00c/fromElo/650567/TE05/2023/10000/disputes_test_liq231_0298_v02_te05.txt
null

network_identifier

Title: Network identifier
Description:
This field has a value according to each operation_type, following ELO's guide:
CHARGEBACK_REJECTED, NETWORK_REVERSAL_REJECTED, PRE_ARBITRATION_REJECTED and SECOND_PRESENTMENT: Campo 22 - Código de Autorização da Transação
FEE_REJECTED: Campo 15 - Identificador da Transação Original
FRAUD_REJECTED: Campo 31 - Código de Autorização da Transação
Type: string or null
Example:
348319
null

dispute_reference_number

Title: Dispute reference number
Description:
This field has the value of field 30 - Número de Referência da Disputa - of ELO's guide and will be sent when the operation_type is:
CHARGEBACK_REJECTED, NETWORK_REVERSAL_REJECTED, PRE_ARBITRATION_REJECTED or SECOND_PRESENTMENT
Type: string or null
Example:
99999
null

operation_type

Title: Operation type
Description: Identifies the operation type. For example: SECOND_PRESENTMENT, CHARGEBACK_REJECTED, FEE_REJECTED, FRAUD_REJECTED, NETWORK_REVERSAL_REJECTED, PRE_ARBITRATION_REJECTED
Type: string or null
Example:
SECOND_PRESENTMENT
null

reason

Title: Processing reason
Description: Reason for processing inclusive transactions
Type: string or null
Example:
Dispute Not Found
null

{
    "$schema": "http://json-schema.org/draft-07/schema",
    "type": "object",
    "title": "Elo inclusive transactions not processed",
    "description": "This event is generated when the disputes platform receives inclusive transactions from network ELO (chargeback second presentment and rejection, fee from issuer, fraud, pre-arbitration and reversal rejections) that were not processed at Pismo",
    "examples": [
        {
            "org_id": "TN-5aea4104-7994-46d5-83d6-a55c8439a00c",
            "cid": "d6b39fae-d35e-4148-a64a-573c0cc03515",
            "clearing_path": "TN-5aea4104-7994-46d5-83d6-a55c8439a00c/fromElo/650567/TE05/2023/10000/disputes_test_liq231_0298_v02_te05.txt",
            "network_identifier": "348319",
            "dispute_reference_number": "99999",
            "operation_type": "CHARGEBACK_REJECTED",
            "reason": "Dispute Not Found"
        }
    ],
    "required": [
        "org_id",
        "cid"
    ],
    "properties": {
        "org_id": {
            "$id": "#/properties/org_id",
            "type": "string",
            "title": "Organization/tenant ID",
            "description": "Organization/tenant ID on the Pismo platform",
            "examples": [
                "TN-5aea4104-7994-46d5-83d6-a55c8439a00c"
            ]
        },
        "cid": {
            "$id": "#/properties/cid",
            "type": "string",
            "title": "Correlational ID",
            "description": "The correlation identifier is used to link related API requests and events",
            "examples": [
                "d6b39fae-d35e-4148-a64a-573c0cc03515"
            ]
        },
        "clearing_path": {
            "$id": "#/properties/clearing_path",
            "type": [
                "string",
                "null"
            ],
            "title": "Clearing file path",
            "description": "Identifies in which path the clearing file was saved",
            "examples": [
                "TN-5aea4104-7994-46d5-83d6-a55c8439a00c/fromElo/650567/TE05/2023/10000/disputes_test_liq231_0298_v02_te05.txt",
                null
            ]
        },
        "network_identifier": {
            "$id": "#/properties/network_identifier",
            "type": [
                "string",
                "null"
            ],
            "title": "Network identifier",
            "description": "\n\nThis field has a value according to each operation_type, following ELO's guide:\n\n<span style='font-weight:bold'>CHARGEBACK_REJECTED, NETWORK_REVERSAL_REJECTED, PRE_ARBITRATION_REJECTED and SECOND_PRESENTMENT:</span> Campo 22 - C\u00f3digo de Autoriza\u00e7\u00e3o da Transa\u00e7\u00e3o\n\n<span style='font-weight:bold'>FEE_REJECTED:</span> Campo 15 - Identificador da Transa\u00e7\u00e3o Original\n\n<span style='font-weight:bold'>FRAUD_REJECTED:</span> Campo 31 - C\u00f3digo de Autoriza\u00e7\u00e3o da Transa\u00e7\u00e3o\n\n",
            "examples": [
                "348319",
                null
            ]
        },
        "dispute_reference_number": {
            "$id": "#/properties/dispute_reference_number",
            "type": [
                "string",
                "null"
            ],
            "title": "Dispute reference number",
            "description": "\n\nThis field has the value of field 30 - N\u00famero de Refer\u00eancia da Disputa - of ELO's guide and will be sent when the operation_type is:\n\n<span style='font-weight:bold'>CHARGEBACK_REJECTED, NETWORK_REVERSAL_REJECTED, PRE_ARBITRATION_REJECTED or SECOND_PRESENTMENT</span>\n\n",
            "examples": [
                "99999",
                null
            ]
        },
        "operation_type": {
            "$id": "#/properties/operation_type",
            "type": [
                "string",
                "null"
            ],
            "title": "Operation type",
            "description": "Identifies the operation type. For example: SECOND_PRESENTMENT, CHARGEBACK_REJECTED, FEE_REJECTED, FRAUD_REJECTED, NETWORK_REVERSAL_REJECTED, PRE_ARBITRATION_REJECTED",
            "examples": [
                "SECOND_PRESENTMENT",
                null
            ]
        },
        "reason": {
            "$id": "#/properties/reason",
            "type": [
                "string",
                "null"
            ],
            "title": "Processing reason",
            "description": "Reason for processing inclusive transactions",
            "examples": [
                "Dispute Not Found",
                null
            ]
        }
    }
}
{
    "org_id": "TN-5aea4104-7994-46d5-83d6-a55c8439a00c",
    "cid": "d6b39fae-d35e-4148-a64a-573c0cc03515",
    "clearing_path": "TN-5aea4104-7994-46d5-83d6-a55c8439a00c/fromElo/650567/TE05/2023/10000/disputes_test_liq231_0298_v02_te05.txt",
    "network_identifier": "348319",
    "dispute_reference_number": "99999",
    "operation_type": "CHARGEBACK_REJECTED",
    "reason": "Dispute Not Found"
}