跳到主要内容

接收退款请求

注意!

QI Tech 的 webhooks 不应被严格映射。 我们 API 返回的 webhook 负载中可能会包含额外字段。

重新发送 Webhooks

您可以按照文档中的详细说明查询和重新发送 webhooks:重新发送 Webhooks

由于其他参与者可能以间接参与者为目标开立退款请求,QI Tech 需要通知间接参与者其他参与者开立的退款请求。

QI Tech 将通过 webhook 通知间接参与者。

重要

巴西中央银行规定,间接参与者收到退款请求后 1 天内,退款请求必须被关闭

如果间接参与者出现延误,QI Tech 将以 totally_accepted 状态关闭退款请求,以避免机构受到巴西中央银行的处罚。

Webhook 接收退款(操作失误)

请求体
{
"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 接收退款(欺诈)

请求体
{
"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"
}