结算汇总报告
结算汇总报告包含一个结算周期内的交易总数和净结算金额等信息,于结算打款后收到银行回执的次日和结算明细报告一起生成。您可以通过 SFTP 服务器或 Antom Dashboard 两种方式获取来获取该报告。
报告详情
结算汇总报告包含三部分内容:表头信息、结算汇总数据和文件结束符。文件结束符 <END> 出现在报告的最后一行,表头信息由如下字段表示,结算汇总数据由字段所对应的值表示。
下表展示了结算汇总报告正文中字段及字段说明:
字段 | 说明 |
settlementBatchId | 必选 String (64) 收单机构分配的用于识别结算批次的唯一标识,与结算汇总文件中的结算批号相同。如果收单机构不分配结算批次号,Antom 会生成该批次号。 |
customerId | 必选 String (64) 收单机构为商家分配的唯一身份标识。 |
acquirer | 必选 String (64) 负责交易处理的收单机构的名字。 该收单机构主要是指为您提供收单和资金结算服务的机构。 |
summaryType | 必选 String (16) 结算汇总的类型。包含的值有:
|
settlementTime | 必选 String (64) 结算报告生成的日期和时间,格式为 |
count | 必选 Integer 表示交易总数。 |
settlementAmountValue | 必选 String (16) 净结算金额,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 当收单机构为恒生且 summaryType 的值为 |
settlementCurrency | 必选 String (3) settlementAmountValue 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 |
feeAmountValue | 可选 String (16) 收单机构收取的手续费金额,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 当收单机构为恒生时,该字段值可能有所偏差。预知详情,请参考恒生收单和样例二。 当收单机构为 2C2P 的时候,可能会通过该字段来传递校差信息。预知详情,请参考 Interchange++ 报价模式和样例三。 |
feeCurrency | 可选 String (3) feeAmountValue 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 |
taxFeeAmountValue | 可选 String (16) 税费,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 |
taxFeeCurrency | 可选 String (3) taxFeeAmountValue 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 |
processingFeeAmountValue | 可选 String (16) Antom 为每笔交易提供的支付处理服务费用金额,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 |
processingFeeCurrency | 可选 String (3) processingFeeAmountValue 对应的币种。值为 ISO 4217 中定义的三位字母币种代码。 |
nonGuaranteeCouponValue | 可选 String (16) 商家折扣金额,该金额会在结算给商家的总金额中直接扣除,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 |
nonGuaranteeCouponCurrency | 可选 String (3) nonGuaranteeCouponValue 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 |
disputeHandlingFee | 可选 String (16) Antom 向商家收取的拒付处理的费用金额,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 |
disputeHandlingFeeCurrency | 可选 String (3) disputeHandingFee 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 |
disputeReverseFee | 可选 String (16) Antom 向商家收取的拒付反转费用,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 当商家同意拒付并向 Antom 请求抗辩的时候,该字段会有值。 |
disputeReverseFeeCurrency | 可选 String (3) disputeReverseFee 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 |
interchangeFeeAmountValue | 可选 String (16) 发卡行收取的费用,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。在结算明细报告中,该值精确到小数点后八位;在结算汇总报告中,该值会通过银行家算法四舍五入到小数点后两位。 当 paymentMethodType 为 |
interchangeFeeCurrency | 可选 String (3) interchangeFeeAmountValue 对应的币种。 当 paymentMethodType 为 |
schemeFeeAmountValue | 可选 String (16) 卡组收取的费用,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。在结算明细报告中,该值精确到小数点后八位;在结算汇总报告中,该值会通过银行家算法四舍五入到小数点后两位。 当 paymentMethodType 为 |
schemeFeeCurrency | 可选 String (3) schemeFeeAmountValue 对应的币种。 当 paymentMethodType 为 |
acquirerMarkupAmountValue | 可选 String (16) 收单机构收取的费用,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 当 paymentMethodType 为 |
acquirerMarkupCurrency | 可选 String (3) acquirerMarkupAmountValue 对应的币种。 当 paymentMethodType 为 |
refundFeeAmountValue | 可选 String (16) 针对退款交易,收单机构收取的费用,以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 当 transactionType 为 |
refundFeeCurrency | 可选 String (3) refundFeeAmountValue 对应的币种。 当 transactionType 为 |
financingFeeAmountValue | 可选 String (16) 分期支付场景中,Antom 向商家收取的服务费。此参数的值以相应币种的主要单位表示(例如,USD 表示美元,JPY 表示日元)。 当 paymentMethodType 的值为 |
financingFeeCurrency | 可选 String (3) financingFeeAmountValue 对应的币种,为 ISO 4217 中定义的三位字母的币种代码。 当 paymentMethodType 的值为 |
rdrFeeAmountValue | 可选 String (16) Antom 向商家收取的 RDR 类型交易的费用。以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 当商户通过 Antom 开通 RDR 服务且 transactionType 为 |
rdrFeeCurrency | 可选 String (3) rdrFeeAmountValue 对应的币种,为 ISO 4217 中定义的三位字母币种代码。 当商户通过 Antom 开通 RDR 服务且 transactionType 为 |
anticipationFeeAmountValue | 可选 String (16) Antom 向商家收取的结算周期加速服务费。以主要币种单位展示(例如美元用 USD 表示,日元用 JPY 表示)。 |
anticipationFeeCurrency | 可选 String (3) |
riskDecisionServiceFeeAmountValue | 可选 String (16) 风控决策处理费。当商户未签约风控包赔能力时向商户收取;如商户签约风控包赔能力,则不收取。 此费项仅在 |
riskDecisionServiceFeeCurrency | 可选 String (3) riskDecisionServiceFeeAmountValue 对应的币种,为 ISO 4217 中定义的三位字母的币种代码。 |
riskManagementFeeAmountValue | 可选 String (16) 风控管理费。当商户签约风控包赔能力时向商户收取;如商户未签约风控包赔能力,则不收取。 此费项仅在 |
riskManagementFeeCurrency | 可选 String (3) riskManagementFeeAmountValue 对应的币种,为 ISO 4217 中定义的三位字母的币种代码。 |
表 1. 结算汇总报告字段及说明
注意:请利用表头字段信息进行账单解析。您从 SFTP 和 Antom Dashboard 所下载的账单中的字段顺序不一定与上方报告中显示的字段顺序一致。
校差信息
您获取的结算报告在如下场景下可能会存在校差信息。
收单机构为恒生
当收单机构为恒生时,恒生只会提供最后的结算总金额,因此 Antom 会为您计算每笔交易的结算明细。由于计算方式不同,Antom 计算的最终结算金额与恒生提供的最终结算金额可能会有所差异,因此 Antom 会在结算报告中为您提供结算金额差异的校差信息,该信息会展示在报告的倒数第二行,主要校差信息由 settlementAmountValue、feeAmountValue 和 taxFeeAmountValue 表示。例如:
- 如果恒生提供的总结算金额为
37164
,Antom 计算出来的结算总金额 (由 settlementAmountValue 字段表示)为37140
,那么 settlementAmountValue 字段对应的校差行值为24
。 - 如果恒生提供的手续费用值为
760
,Antom 计算出来的手续费用值 (由 feeAmountValue 字段表示)也为760
,那么 feeAmountValue 字段对应的校差行值为0
。 - 如果恒生提供的税费金额值为
76
,Antom 计算出来的税费金额(由 taxFeeAmountValue 字段表示)为100
,那么 taxFeeAmontValue 字段对应的校差行值为-24
。
最终的结算金额需以恒生的为准,因此根据 Antom 提供的总结算金额与校差行金额进行计算得出为最终结算金额。欲知恒生收单结算报告信息,请见样例二。
Interchange++ 报价模式
Interchange++ 报价模式真实透明,因为您可以清晰地了解它详细的收费模式,分别包含发卡行、卡组和收单机构在处理每笔交易时所收取的费用:
- Interchange fee:由发卡银行所收取的费用。
- Scheme fee(第一个 +):由卡组收取的费用。
- Acquirer fee(第二个 +):由收单机构收取的费用。
当 Interchange++ 报价模式被采用时,结算报告中可能会包含校差信息。该校差信息表示之前交易中实际收取费用与应收取费用之间的差异,通过 feeAmountValue 字段呈现在结算报告的倒数第二行。
- 当 feeAmountValue 校差行值为正时,表示应收取费用少于实际收取费用,收单机构需向您补齐该费用。
- 当 feeAmountValue 校差行值为负时,表示应收取费用大于实际收取费用,您需要向收单机构补齐该费用。
收单机构会不定期向 Antom 发送校差信息,Antom 会通过结算报告向您发送校差信息。
欲知含有校差信息的 Interchange++ 报价模式下的结算报告信息,请见样例三。
报告样例
如下样例分别展示了不同场景下的报告。
样例一(标准账单)
2024 年 12 月 17 日,ID 为 21881201642xxxxx 的商家产生了 17 笔交易,分别为授权、支付、退款、请款、付款、取消、争议、退款失败、结算手续费、拒付抗辩、最终支付、保证金释放、保证金留存、预留金留存、预留金释放、RDR 争议。结算打款并收到银行回执后,Antom 生成了一个 CSV 文件,详情如下:
settlementBatchId,customerId,acquirer,summaryType,settlementTime,count,settlementAmountValue,settlementCurrency,feeAmountValue,feeCurrency,taxFeeAmountValue,taxFeeCurrency,processingFeeAmountValue,processingFeeCurrency,nonGuaranteeCouponValue,nonGuaranteeCouponCurrency,disputeHandlingFee,disputeHandlingFeeCurrency,disputeReverseFee,disputeReverseFeeCurrency,interchangeFeeAmountValue,interchangeFeeCurrency,schemeFeeAmountValue,schemeFeeCurrency,acquirerMarkupAmountValue,acquirerMarkupCurrency,refundFeeAmountValue,refundFeeCurrency,financingFeeAmountValue,financingFeeCurrency,rdrFeeAmountValue,rdrFeeCurrency,anticipationFeeAmountValue,anticipationFeeCurrency,riskDecisionServiceFeeAmountValue,riskDecisionServiceFeeCurrency,riskManagementFeeAmountValue,riskManagementFeeCurrency
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_US,AUTHORIZATION,2024-12-17T05:16:17+08:00,1,-0.24346,USD,,,,,,,,,,,,,,,-0.23346,USD,,,,,,,,,,,-0.01,USD,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_US,PAYMENT,2024-12-17T05:16:17+08:00,2,144.25,USD,-2.19,USD,,,-0.11,USD,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,CAPTURE,2024-12-17T05:16:17+08:00,1,4.85,USD,-0.18,USD,,,-0.15,USD,,,,,,,,,,,,,,,,,,,,,,,-0.01,USD
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_US,CANCEL,2024-12-17T05:16:17+08:00,1,-31.13,USD,0.47,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,DISPUTE,2024-12-17T05:16:17+08:00,1,-325.79,USD,,,,,,,,,-15,USD,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,REFUND,2024-12-17T05:16:17+08:00,2,-284.87,USD,4.72,USD,,,,,,,,,,,,,,,,,-0.32,USD,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,REFUND_REVERSAL,2024-12-17T05:16:17+08:00,1,289.63,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,SETTLEMENT_FEE,2024-12-17T05:16:17+08:00,1,0,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,DISPUTE_REVERSAL,2024-12-17T05:16:17+08:00,1,240.05,USD,-6.31,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,PAYMENT_REVERSAL,2024-12-17T05:16:17+08:00,1,15.39,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,COLLATERAL_RELEASE,2024-12-17T05:16:17+08:00,1,378.71,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,COLLATERAL_WITHHOLDING,2024-12-17T05:16:17+08:00,1,-451.87,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,RESERVE_RELEASE,2024-12-17T05:16:17+08:00,1,11.3,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,RESERVE_WITHHOLDING,2024-12-17T05:16:17+08:00,1,-3.7,USD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,RAPID_DISPUTE_RESOLUTION,2024-12-17T05:16:17+08:00,1,-875.88,USD,,,,,,,,,0,USD,,,,,,,,,,,,,,,,,,,,
"2024121619607xxxxx ","21881201642xxxxx ",Alipay_SG,TOTAL,2024-12-17T05:16:17+08:00,17,-889.30346,USD,-3.49,USD,,,-0.26,USD,,,0,USD,,,,,-0.23346,USD,,,-0.32,USD,,,,,,,,,,
<END>
在本样例中,结算币种(settlementCurrency)为 USD,结算金额(settlementAmountValue)在不同结算类型(summaryType)下的值分别为:
AUTHORIZATION
:支付对应的 settlementAmountValue 值为-0.23346
,表示商家支付给 Antom 的金额为 -0.23346 USD。PAYMENT
:支付对应的 settlementAmountValue 值为144.25
,表示 Antom 需给到商家的支付金额为 144.25 USD。CAPTURE
:请款对应的 settlementAmountValue 值为4.86
,表示 Antom 需给到商家的请款金额为 4.86 USD。CANCEL
:取消支付对应的 settlementAmountValue 值为-31.13
,表示 Antom 需退给商家的金额为 31.13 USD。DISPUTE
:争议对应的 settlementAmountValue 值为-325.79
,表示 Antom 需退给商家的金额为 325.79 USD。REFUND
:退款对应的 settlementAmountValue 值为-284.87
,表示 Antom 需退给商家的金额为 284.87 USD。REFUND_REVERSAL
:退款反转对应的 settlementAmountValue 值为289.63
,表示 Antom 需给到商家的金额为 289.63 USD。SETTLEMENT_FEE
:结算手续费对应的 settlementAmountValue 值为0
,表示商家支付给 Antom 的金额为 0 USD。DISPUTE_REVERSAL
:拒付抗辩对应的 settlementAmountValue 值为240.05
,表示 Antom 需给到商家的支付金额为 240.05 USD。PAYMENT_REVERSAL
:最终支付对应的 settlementAmountValue 值为15.39
,表示 Antom 需给到商家的支付金额为 15.39 USD。COLLATERAL_RELEASE
:保证金释放对应的 settlementAmountValue 值为378.71
,表示 Antom 需给到商家的保证金金额为 378.71 USD。COLLATERAL_WITHHOLDING
:保证金留存对应的 settlementAmountValue 值为-451.87
,表示 Antom 需退给商家的保证金金额为 451.87 USD。RESERVE_RELEASE
:预留金释放对应的 settlementAmountValue 值为11.3
,表示 Antom 需给到商家的预留金金额为 11.3 USD。RESERVE_WITHHOLDING
:预留金留存对应的 settlementAmountValue 值为-3.7
,表示 Antom 需退给商家的预留金金额为 3.7 USD。RAPID_DISPUTE_RESOLUTION
:RDR 争议对应的 settlementAmountValue 值为-875.88
,表示 Antom 需退给商家的金额为 875.88 USD。TOTAL
:结算汇总下 settlementAmountValue 值为-889.28346
,表示通过支付和退款结算金额计算后,Antom 需最终结算给商家的净结算额为 -889.28346 USD。
样例二(收单机构为恒生)
下方结算明细文件为收单机构为恒生时的例子。该批次下的交易结算时间为 2022 年 10 月 30 日,包含十一笔支付和一笔退款,同时还包含倒数第二行的校差行信息。
结算打款并收到银行回执后,Antom 生成了一个 CSV 文件,详情如下:
settlementBatchId,customerId,acquirer,summaryType,settlementTime,count,settlementAmountValue,settlementCurrency,feeAmountValue,feeCurrency,taxFeeAmountValue,taxFeeCurrency,processingFeeAmountValue,processingFeeCurrency,nonGuaranteeCouponValue,nonGuaranteeCouponCurrency,interchangeFeeAmountValue,interchangeFeeCurrency,schemeFeeAmountValue,schemeFeeCurrency,acquirerMarkupAmountValue,acquirerMarkupCurrency,refundFeeAmountValue,refundFeeCurrency
202210190903110****,OB10****,Hundsun,PAYMENT,2022-10-30T23:00:00+08:00,11,1056,JPY,-44,JPY,0,JPY,,,,,,,,,,,,
202210190903110****,OB10****,Hundsun,REFUND,2022-10-30T23:00:00+08:00,1,-96,JPY,4,JPY,0,JPY,,,,,,,,,,,,
202210190903110****,OB10****,Hundsun,TOTAL,2022-10-30T23:00:00+08:00,13,956,JPY,-40,JPY,-4,JPY,,,,,,,,,,,,
202210190903110****,OB10****,Hundsun,default,2022-10-30T23:00:00+08:00,1,-4,JPY,0,JPY,-4,JPY,,,,,,,,,,,,
<END>
在本样例中,您需要重点关注的信息如下:
- feeAmountValue (transactionType =
default
): 0 - feeCurrency (transactionType =
default
): JPY - taxFeeAmountValue (transactionType =
default
): -4 - taxFeeCurrency (transactionType =
default
): JPY - settlementAmountValue (transactionType =
default
): -4 - settlementCurrency (transactionType =
default
): JPY - settlementAmountValue (transactionType =
PAYMENT
): 1056 - settlementCurrency (transactionType =
PAYMENT
): JPY - settlementAmountValue (transactionType =
REFUND
): -96 - settlementCurrency (transactionType =
REFUND
): JPY - settlementAmountValue (transactionType =
TOTAL
): 956 - settlementCurrency (transactionType =
TOTAL
): JPY
其中,在校差行中,也就是当 transactionType 为 default
时,feeAmountValue 和 taxFeeAmountValue 的值分别为 0
和 -4
,费用币种都为 JPY,汇总后结算金额为 -4 日元,即 settlementAmountValue 为 -4
,settlementCurrency 为 JPY
,表示恒生与 Antom 计算的结算金额信息相差负四日元。该报告中包含的支付结算总金额为 1056 日元,退款总金额为 -96 日元,与校差的结算金额汇总后,最终的结算金额为 956 日元,即 transactionType 为 TOTAL
时,settlementAmountValue 值为 956
, settlementCurrency 为 JPY
。
样例三(Interchange++ 报价模式)
下方结算报告为 Interchange++ 模式下的报告样例。该结算报告包含20笔交易,分别为授权、退款、请款、付款、预授权解除、争议、退款失败、结算手续费、拒付抗辩、最终支付、保证金释放、保证金留存、预留金留存、预留金释放、RDR 争议,同时含有收单机构返回的之前交易的校差信息,呈现在报告的倒数第二行。
settlementBatchId,customerId,acquirer,summaryType,settlementTime,count,settlementAmountValue,settlementCurrency,feeAmountValue,feeCurrency,taxFeeAmountValue,taxFeeCurrency,processingFeeAmountValue,processingFeeCurrency,nonGuaranteeCouponValue,nonGuaranteeCouponCurrency,disputeHandlingFee,disputeHandlingFeeCurrency,disputeReverseFee,disputeReverseFeeCurrency,interchangeFeeAmountValue,interchangeFeeCurrency,schemeFeeAmountValue,schemeFeeCurrency,acquirerMarkupAmountValue,acquirerMarkupCurrency,refundFeeAmountValue,refundFeeCurrency,financingFeeAmountValue,financingFeeCurrency,rdrFeeAmountValue,rdrFeeCurrency,anticipationFeeAmountValue,anticipationFeeCurrency,riskDecisionServiceFeeAmountValue,riskDecisionServiceFeeCurrency,riskManagementFeeAmountValue,riskManagementFeeCurrency
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,AUTHORIZATION,2024-12-16T05:06:18+08:00,1,-0.03995877,SGD,0,,,,0,,,,0,,0,,0,,-0.03995877,SGD,0,,0,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,CAPTURE,2024-12-16T05:06:18+08:00,3,4.75054288,SGD,,,,,-0.05,SGD,,,,,,,-0.11009,SGD,-0.06936712,SGD,-0.02,SGD,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,REFUND,2024-12-16T05:06:18+08:00,3,-4.95383928,SGD,,,,,,,,,,,,,0.11009,SGD,-0.06392928,SGD,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,SETTLEMENT_FEE,2024-12-16T05:06:18+08:00,1,-10,SGD,0,,,,0,,,,0,,0,,0,,0,,0,,0,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,DISPUTE,2024-12-16T05:06:18+08:00,2,-185.34307,SGD,,,,,,,,,-20,SGD,,,,,-1.19307,SGD,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,DISPUTE_REVERSAL,2024-12-16T05:06:18+08:00,1,38.25,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,COLLATERAL_RELEASE,2024-12-16T05:06:18+08:00,1,378.71,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,COLLATERAL_WITHHOLDING,2024-12-16T05:06:18+08:00,1,-451.87,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,REFUND_REVERSAL,2024-12-16T05:06:18+08:00,1,384.64,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,RAPID_DISPUTE_RESOLUTION,2024-12-16T05:06:18+08:00,2,-19.905,SGD,,,,,,,,,,,,,,,-0.105,SGD,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,VOID,2024-12-16T05:06:18+08:00,1,-0.034025,SGD,,,,,,,,,,,,,,,-0.034025,SGD,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,PAYMENT_REVERSAL,2024-12-16T05:06:18+08:00,1,683,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,RESERVE_RELEASE,2024-12-16T05:06:18+08:00,1,11.3,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,RESERVE_WITHHOLDING,2024-12-16T05:06:18+08:00,1,-3.7,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,TOTAL,2024-12-16T05:06:18+08:00,21,324.8046498,SGD,,,-500,SGD,-0.05,SGD,,,-20,SGD,,,0,SGD,-1.50535017,SGD,-0.02,SGD,,,,,,,,,,,,
"2024121519606xxxxx ","21881201788xxxxx ",Alipay_SG,default,2024-12-16T05:06:18+08:00,1,-500,SGD,,,-500,SGD,,,,,,,,,,,,,,,,,,,,,,,,,,
<END>
在该样例中,您需要重点关注的费用信息如下:
- feeAmountValue(summaryType =
default
): -500 - feeCurrency(summaryType =
default
): SGD - settlementAmountValue(summaryType =
default
): -500 - settlementCurrency(summaryType =
default
): SGD - sum(settlementAmountValue(summaryType =
AUTHORIZATION\CAPTURE\...
)): 824.80464983 - settlementAmountValue(summaryType =
TOTAL
): 324.8046498 - settlementCurrency(summaryType =
TOTAL
): SGD
其中,当 summaryType 为 default
时,feeAmountValue 的值为 -500
,且费用币种为 SGD,这表示您需要向收单机构额外付 500 新加坡元的费用,即此时 settlementAmountValue 的校差值为 -500
。该批次中有一笔授权交易,其他结算金额相加,为 824.80464983 新加坡元。因此最终结算金额为几种交易类型的结算金额相加,为 324.8046498 新加坡元,即当 summaryType 为 TOTAL
时,settlementAmountValue 的值为 324.8046498
,settlementCurrency 为 SGD
。
注意:在同一结算批次中,结算明细报告与结算汇总报告中的校差金额一致。
样例四(无交易)
settlementBatchId,customerId,acquirer,summaryType,settlementTime,count,settlementAmountValue,settlementCurrency,feeAmountValue,feeCurrency,taxFeeAmountValue,taxFeeCurrency,processingFeeAmountValue,processingFeeCurrency,nonGuaranteeCouponValue,nonGuaranteeCouponCurrency,disputeHandlingFee,disputeHandlingFeeCurrency,disputeReverseFee,disputeReverseFeeCurrency,interchangeFeeAmountValue,interchangeFeeCurrency,schemeFeeAmountValue,schemeFeeCurrency,acquirerMarkupAmountValue,acquirerMarkupCurrency,refundFeeAmountValue,refundFeeCurrency,financingFeeAmountValue,financingFeeCurrency,rdrFeeAmountValue,rdrFeeCurrency,anticipationFeeAmountValue,anticipationFeeCurrency,riskDecisionServiceFeeAmountValue,riskDecisionServiceFeeCurrency,riskManagementFeeAmountValue,riskManagementFeeCurrency
<END>
注意:无交易的情况下,默认 SFTP 服务器或 Antom Dashboard 都不会产生账单。若您需要无交易下的空账单,您可以联系 Antom 技术支持(AlipayGlobalTechService@service.alipay.com)在 SFTP 服务器下进行配置。