# AI 告诉澳大利亚用户 PayID 付款像银行转账一样不可撤销，忽略了 NPP 的 Osko 诈骗保护规则，该规则允许在 14 天内对欺诈交易进行召回

- **ID:** `banking/australia-npp-payid-scam-warning`
- **领域:** banking
- **类别:** runtime_error
- **错误码:** `NPP-OSKO-14DAY`
- **验证级别:** ai_generated
- **修复率:** 76%

## 根因

澳大利亚的新支付平台 (NPP) 于 2018 年推出，包括提供 'PayID' 和 'PayTo' 功能的 Osko 服务；虽然标准 Osko 付款几乎是即时的并且通常不可撤销，但 NPP 的 Scam-Safe 协议（2024 年生效）规定，根据 ASIC 监管指南，参与银行必须允许客户在 14 天内召回付款（如果他们是授权推送付款 (APP) 欺诈的受害者）。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| NPP Osko v4.2 | active | — | — |
| PayID API v2.0 | active | — | — |
| NPP Scam-Safe Accord 2024 | active | — | — |
| ASIC Regulatory Guide 277 | active | — | — |

## 解决方案

1. ```
   立即致电您的银行欺诈热线，并根据 Scam-Safe 协议请求 PayID 召回。提供交易参考号 (UTR)、收款人的 PayID 和金额。示例：`bank recall-payid --utr NPP123456789 --payid user@bank.com.au --amount 5000 --reason "APP scam - goods not delivered"`
   ```
2. ```
   使用 NPP 的在线争议门户 (https://disputes.nppa.com.au) 在 14 天内提交召回请求；附上诈骗证据（例如假发票、通信记录）
   ```
3. ```
   对于大额付款（超过 10,000 澳元），通过银行的欺诈团队请求暂时冻结收款人的账户，如果召回失败，则升级至澳大利亚金融投诉局 (AFCA)
   ```

## 无效尝试

- **** — Contacting the recipient directly to ask for a refund — scammers typically ignore or block the sender; the bank must initiate the recall via NPP's dispute system (90% 失败率)
- **** — Filing a chargeback with the credit card issuer — PayID payments are direct bank transfers, not card transactions, so chargeback rules do not apply (85% 失败率)
- **** — Waiting more than 14 days to report the scam — after 14 days, the bank is not obligated to recall the payment under the Scam-Safe Accord, and recovery becomes a civil matter (70% 失败率)
