Skip to main content

Receive Refund Request

Attention!

QI Tech's webhooks should not be strictly mapped. Additional fields may be included in the payloads of the webhooks returned by our APIs.

Since another Participant may open a Refund Request targeting the Indirect Participant, QI Tech needs to notify the Indirect Participant about the Refund Request opened by the other Participant. QI Tech will notify the Indirect Participant via webhook.

IMPORTANT

The Central Bank of Brazil requires that, within a period of 1 day from the receipt of the Refund Request by the Indirect Participant, the Refund must be closed.

If there is a delay on the part of the Indirect Participant, QI Tech will close the Refund Request with the status of totally_accepted to ensure the institution is not penalized by the Central Bank of Brazil.

Webhook for Receiving Refund Request (Operational Flaw)

Request Body
{
"requesting_participant": "99999999",
"requested_amount": 10,
"refund_request_key": "2e42116f-4bdb-4f07-931f-c4dc7a78ed99",
"infraction_report_key": null,
"end_to_end_id": "E60701190202406281828JCBxFsqssCf",
"contested_participant": "73856642",
"refund_request_details": "Foi identificada uma fraude na transação.",
"pix_transfer_key": "d5856a5f-378f-43ed-818b-df33b9fae703",
"refund_request_type": "operational_flaw",
"refund_request_status": "open",
"refunded_amount": 0.00,
"analysis_result": null,
"analysis_details": null,
"refund_transfer_key": null,
"reject_reason": null,
"refund_request_direction": "incoming",
"created_at": "2024-07-01T15:46:18Z"
}

Webhook for Receiving Refund Request (Fraud)

Request Body
{
"requesting_participant": "99999999",
"requested_amount": 10,
"refund_request_key": "2e42116f-4bdb-4f07-931f-c4dc7a78ed99",
"infraction_report_key": "9b36f112-ee56-4b26-9ba5-fde7b68b2d3b",
"end_to_end_id": "E60701190202406281828JCBxFsqssCf",
"contested_participant": "73856642",
"refund_request_details": "Foi identificada uma fraude na transação.",
"pix_transfer_key": "d5856a5f-378f-43ed-818b-df33b9fae703",
"refund_request_type": "fraud",
"refund_request_status": "open",
"refunded_amount": 0.00,
"analysis_result": null,
"analysis_details": null,
"refund_transfer_key": null,
"reject_reason": null,
"refund_request_direction": "incoming",
"created_at": "2024-07-01T15:46:18Z"
}