快工助手跨境电商知识与商机助手

[IMPORTANT] New SEFAZ NT 2025.001 Payment Parameters Required in XML

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/api-ordertopic/changelogtopic/developertopic/openapi-updates

资料正文

§1 [IMPORTANT] New SEFAZ NT 2025.001 Payment Parameters Required in XML

Dear Developers,

According to SEFAZ NT 2025.001, starting September 1, 2025, the government will validate the following payment-related fields in the invoice XML for Credit Card, Debit Card, and Pix payments:

  1. CNPJ of the payment processor;

  2. Card brand (not required for Pix);

  3. Payment authorization code;

  4. Individual amounts for each payment method when multiple payment methods are used.

To comply with this requirement, starting August 27, 2025, Shopee will provide the following response parameters in the v2.order.get_order_detail for orders with status READY_TO_SHIP:

NameTypeSampleDescription
payment_infoobject[]/List of payment information
>>payment_methodstringDebit CardPayment method used in the order.
>>payment_processor_registerstring38.372.267/0001-82CNPJ of the payment processor handling the transaction.
>>card_brandstringVISACard brand for credit or debit transaction. Empty for Pix payments.
>>transaction_idstring951679Payment authorization code generated by the bank or payment processor to validate the transaction.

Sample Response:

We recommend developers complete the necessary adjustments before the required date to ensure smooth XML issuance and complete payment information.

尊敬的开发者,

根据巴西 SEFAZ 发布的 NT 2025.001 要求,自 2025 年 9 月 1 日 起,政府将在发票 XML 中对信用卡、借记卡和 Pix 支付的以下字段进行校验:

  1. 收单机构 CNPJ;

  2. 卡品牌 (Pix 不需要);

  3. 支付授权码;

  4. 当使用多种支付方式时,每种支付方式对应的单独金额;

为满足该要求,自 2025 年 8 月 27 日 起,Shopee 将在 v2.order.get_order_detail 中,为 READY_TO_SHIP 状态的订单新增以下响应参数:

NameTypeSampleDescription
payment_infoobject[]/支付信息列表
>>payment_methodstringDebit Card订单使用的支付方式
>>payment_processor_registerstring38.372.267/0001-82处理支付交易的收单机构 CNPJ
>>card_brandstringVISA信用卡或借记卡的品牌,如果是 Pix 支付,则为空
>>transaction_idstring951679银行或支付机构生成的支付授权码,用于验证交易有效性

响应示例:

请各位开发者在规定日期前完成相关调整,以确保 XML 开票顺利且信息完整。

#