# 跨境收款 (/zh/docs/cartao/international)

<QuickLinks>
  <QuickLink href="/docs/cartao/endpoints/charges/post_charges" title="创建收款" method="POST" path="/charges" />

  <QuickLink href="/docs/cartao/currencies" title="参考代码(currencies)" />

  <QuickLink href="/docs/cartao/antifraud" title="反欺诈" />
</QuickLinks>

要创建跨境收款,请将 `creditCardPayment` 中的 `currency` 字段设置为 `BRL`(默认值)以外的值。可用取值请查阅 [currencies](/docs/cartao/currencies) 列表。

## 跨境收款规则 [#跨境收款规则]

<Callout type="warn">
  修改 `currency` 字段的同时,也改变了 `amount` 所传金额使用的币种。例如,`currency` 为 `USD`(美元)时,`amount` 表示的是美分,而不再是巴西分。
</Callout>

* 在跨境收款中,`fraudAnalysis` 字段变为**必填**。参见[反欺诈](/docs/cartao/antifraud)。
* `customer` 在 schema 中只要求 `name`。这里 `fraudAnalysis` 为必填,因此[反欺诈](/docs/cartao/antifraud)还要求 `identity`、`identityType`、`email`、`phone` 和 `address`;`address` 中只有 `complement` 可选。
* 仅接受境外发行的卡。
* 跨境收款不支持分期:`installments` 必须始终传 `1`。
* `amount` 按 `currency` 所选币种的最小单位解释。