Close infraction report
Closes an infraction report.
Only the counterparty participant can close an infraction report.
The operation is idempotent. If you try to close the report again with the same parameters, you will get the same response as the first time.
On PSP timeout, a 202 Accepted response is returned and the process continues asynchronously, eventually emitting a success or failure event.
This endpoint generates a <a href="https://developers.pismo.io/events/docs/pix-dict-infraction-status-change-1" >Pix infraction status changed</a> event.
Path parameters
Infraction report ID
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Request body
Example request
{
"analysis_result": "AGREED",
"fraud_type": "APPLICATION_FRAUD",
"analysis_details": "Details about infraction analysis"
}Response
OK
Example response
{
"creation_date": "2020-08-13T13:49:03Z",
"credited_participant": "99999011",
"debited_participant": "99999011",
"end_to_end_id": "E3030629420200808195101608910248",
"infraction_report_id": "cfdff46e-5d58-45b8-b7aa-591a65f74444",
"infraction_type": "FRAUD",
"last_modified": "2020-08-13T13:49:03Z",
"reported_by": "DEBITED_PARTICIPANT",
"status": "CLOSED",
"transaction_id": "E9999901012341234123412345678900",
"analysis_details": "Details about the analysis",
"analysis_result": "AGREED",
"bacen_response_time": "2020-08-13T13:49:03Z",
"correlation_id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"infraction_data": {
"credited_participant": "99999011",
"debited_participant": "99999011",
"infracting_account_data": {
"account_number": "98765432",
"branch": "011"
},
"reported_by": "DEBITED_PARTICIPANT",
"tax_id_number": "123412341234",
"transaction_date": "2020-01-17T10:00:00Z",
"key": "email@email.com"
},
"report_details": "Details that can help the receiving participant to analyze the suspected violation",
"transaction_result": "SETTLED",
"transaction_type": "TRANSFER",
"contact_information": {
"phone": "551154874551",
"email": "polly_ester@email.com"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.