

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 查看转账
<a name="orgs_transfer_billing-view-transfer"></a>

登录贵组织的管理账户后，就可以查看转账情况。

## Status
<a name="orgs_transfer_billing-view-transfer-status"></a>

以下是传输的状态：
+ **已接受转账** (`ACCEPTED`)：收件人已接受邀请。转移从开始日期开始。
+ **已撤回转**账 (`WITHDRAWN`)：已撤回转账。转移在结束日期结束。

![\[alt text not found\]](http://docs.aws.amazon.com/zh_cn/awsaccountbilling/latest/aboutv2/images/transfer-billing-relationship-statuses.png)


*图 1： AWS 账单与成本管理 控制台中显示的传输状态。*

## 查看转账
<a name="orgs_transfer_billing-view-transfers-steps"></a>

**术语和概念**  
以下是 AWS 账单与成本管理 控制台中使用的术语和概念：  
**入站账**单：账单转账允许您管理和支付其他组织的整合账单。
**出站账**单：允许组织外部的账户管理和支付整合账单的账单转账。

**最小权限**  
要查看转账，您必须具有以下权限  
`organizations:ListInboundResponsibilityTransfers`
`organizations:ListOutboundResponsibilityTransfers`
`organizations:DescribeResponsibilityTransfer`

要查看转移，请完成以下步骤。

------
#### [  ]

**查看转账**

1. 登录 AWS 管理控制台 并打开 AWS 账单与成本管理 控制台，网址为[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/)。

1. 在 “**偏好设置和设置”** 的左侧导航栏中，选择**账单转账**。

1. 

**对于入境账单：**

   1. 在**账单转账**页面上，选择**入站账单**选项卡。

   1. 在**入站账单**选项卡上，选择您要查看其详细信息的转账。

   1. 选择 “**操作**” 下拉菜单，然后选择 “**查看详情**”。

1. 

**对于出站账单：**

   1. 在**账单转账**页面上，选择出**站账单**选项卡。

   1. 在**出站账单**选项卡上，您可以查看转账的详细信息。

------
#### [  ]

**查看转账**  
您还可以使用以下操作之一：
+ AWS CLI: [list-inbound-responsibility-transfers[list-outbound-responsibility-transfers](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-outbound-responsibility-transfers.html)](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-inbound-responsibility-transfers.html)、和 [describe-responsibility-transfer](https://docs.aws.amazon.com/cli/latest/reference/organizations/describe-responsibility-transfer.html)

  1. **对于入站账单：**

     运行以下命令以查找入站账单的账单转账 ID：

     ```
     $ C:\> aws organizations list-inbound-responsibility-transfers \
         --type BILLING
     ```

     **对于出站账单：**

     运行以下命令查找出站账单的账单转账 ID：

     ```
     $ C:\> aws organizations list-outbound-responsibility-transfers \
         --type BILLING
     ```

  1. 在回复中，记下您要查看其详细信息的转账账单的账单转账号。

  1. 运行以下命令以查看传输的详细信息：

     ```
     $ C:\> aws organizations describe-responsibility-transfer \
         --id exampleid
     ```
+ AWS SDKs: [list-inbound-responsibility-transfers[list-outbound-responsibility-transfers](https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListOutboundResponsibilityTransfers.html)](https://docs.aws.amazon.com/cli/latest/reference/organizations/API_ListInboundResponsibilityTransfers.html)、和 [describe-responsibility-transfer](https://docs.aws.amazon.com/organizations/latest/APIReference/API_DescribeResponsibilityTransfer.html)

------