Field | Type | Description |
---|---|---|
| Integer | Total number of elements in the response. |
| Integer | Current page number for this response starting with |
| Boolean | Indicates whether there is a next page ( |
| Arrayk:parame | Content to the respective request. |
| String | The ID of the case. |
| String | Date on which a case became available to merchants at API in UTC. Related to the filter: |
| String | Maximum date on which the case response is accepted by the API. Related to the filter: |
| String | Date on which the merchant response was successfully submitted to the API. Related to the filter: |
| Decimal | Amount for this case. Must be between |
| String | Reason code originating from the acquirer side. |
| Boolean | Determines whether the dispute is related to fraud based on scheme reason codes. |
| String | Currency code of the transaction (ISO 4217). Size must be equal to |
| String | Last time the information was updated for the case in the API. Related to the filter: |
| String | Last status applied to the case. Must be one of ld",
"h-1": "Type",
"h-2": "Description",
"0-0": " |
| Object | Merchant information related to the case. |
| String | Name of the merchant related to the transaction on this case. |
| String | Transaction ID sent by merchant during processing. |
| Object | Sub-merchant information related to the case. |
| String | Name of the Sub Merchant related to the transaction on this case. |
| Object | Transaction information related to the case. |
| String | Unique ID of the corresponding sale transaction on PPRO. Will be deprecated soon and replaced with |
| String | ID used in the payment engine. |
| String | Date on which the transaction was processed in UTC. |
| String | Masked card number, if applicable. |
| String | Card Brand, if applicable. |
| String | Soft descriptor applied to the transaction. |
| String | Transaction amount for this case. Must be between |
| Arrayk:parame | Case status history. |
| String | The case status after the specified date. Must be one of "h-1": "Type",
"h-2": "Description",
"0-0": " |
| String | The date on which the case received the status. |
Example
{
"content" : [ {
"id" : "8fbf8e08-f2e9-4a89-9b6a-63f60caa339f",
"receptionDate" : "2023-09-14T15:23:47.247829",
"responseDueDate" : "2023-10-01T15:23:47.247829",
"responseDate" : "2023-09-07T15:23:47.247829",
"chargebackAmount" : 10000,
"reasonCode" : "2189",
"fraud" : false,
"currency" : "BRL",
"lastUpdateDate" : "2023-09-17T15:23:47.247829",
"status" : "NEW",
"merchant" : {
"name" : "Example Merchant",
"transactionId" : "edd5327c-6db4-407d-8646-e182ad966b96"
},
"submerchant" : { },
"transaction" : {
"uuid" : "8fbf8e08-f2e9-4a89-9b6a-63f60caa339f",
"date" : "2023-08-23T15:23:47.247947",
"cardNumber" : "445512******3456",
"brand" : "Visa",
"descriptor" : "Product 0001",
"amount" : 10000.35
},
"statuses" : [ {
"status" : "NEW",
"date" : "2023-09-17T15:23:47.247829"
} ]
}, {
"id" : "f73be521-bd6d-43a6-a50c-11c954a4ccdf",
"receptionDate" : "2023-09-14T15:23:47.247829",
"responseDueDate" : "2023-10-01T15:23:47.247829",
"responseDate" : "2023-09-07T15:23:47.247829",
"chargebackAmount" : 10000,
"reasonCode" : "2189",
"fraud" : false,
"currency" : "BRL",
"lastUpdateDate" : "2023-09-17T15:23:47.247829",
"status" : "NEW",
"merchant" : {
"name" : "Example Merchant",
"transactionId" : "852b45d4-e3ac-4e2d-862c-e43edf00434c"
},
"submerchant" : { },
"transaction" : {
"uuid" : "f73be521-bd6d-43a6-a50c-11c954a4ccdf",
"date" : "2023-08-23T15:23:47.263887",
"cardNumber" : "445512******3456",
"brand" : "Visa",
"descriptor" : "Product 0001",
"amount" : 10000.35
},
"statuses" : [ {
"status" : "NEW",
"date" : "2023-09-17T15:23:47.247829"
} ]
}, {
"id" : "32a95ce8-4b9a-4c1b-98c1-3d7a96824678",
"receptionDate" : "2023-09-14T15:23:47.247829",
"responseDueDate" : "2023-10-01T15:23:47.247829",
"responseDate" : "2023-09-07T15:23:47.247829",
"chargebackAmount" : 10000,
"reasonCode" : "2189",
"fraud" : false,
"currency" : "BRL",
"lastUpdateDate" : "2023-09-17T15:23:47.247829",
"status" : "NEW",
"merchant" : {
"name" : "Example Merchant",
"transactionId" : "26ee9785-a359-4183-9fba-d94c3eeeb093"
},
"submerchant" : { },
"transaction" : {
"uuid" : "32a95ce8-4b9a-4c1b-98c1-3d7a96824678",
"date" : "2023-08-23T15:23:47.265398",
"cardNumber" : "445512******3456",
"brand" : "Visa",
"descriptor" : "Product 0001",
"amount" : 10000.35
},
"statuses" : [ {
"status" : "NEW",
"date" : "2023-09-17T15:23:47.247829"
} ]
} ],
"page" : 0,
"hasNext" : false,
"numberOfElements" : 3
}