

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 回應邀請
<a name="orgs_transfer_billing-respond-invitation"></a>

當您登入組織的管理帳戶時，您可以回應收到的邀請。

## 考量事項
<a name="orgs_transfer_billing-respond-invitation-considerations"></a>

**轉移會繼承**

如果您是另一個組織的*帳單轉移帳戶*，而且您接受來自不同帳戶的*帳單轉移邀請*，則該帳戶會成為您的*帳單轉移帳戶*，並將管理和支付您管理和支付的任何合併帳單。

**從月初開始傳輸**

如果接受邀請，則開始日期為邀請中指定月份的第一天 00：00：00 UTC （對於東部標準時間，這是當月第一天之前的晚上 7：00)。

**必須在開始日期之前接受邀請**

必須在帳單轉移開始日期前 24 小時接受邀請。例如，開始日期為 5 月 1 日的邀請，必須在東部標準時間 4 月 29 日下午 6：59：59 (11：59：59) 前接受，即開始日期前兩天。

## 回應邀請
<a name="orgs_transfer_billing-respond-invitation-steps"></a>

**術語和概念**  
以下是 AWS 帳單與成本管理 主控台中使用的術語和概念：  
**傳入帳單**：帳單轉移可讓您管理和支付另一個組織的合併帳單。
**傳出帳單**：帳單轉移，允許組織外部的帳戶管理和支付合併帳單。

**最低許可**  
若要回應邀請，您必須具有下列許可動作：  
`organizations:ListHandshakesAccount`
`organizations:AcceptHandshake`
`organizations:DeclineHandshake`

若要回應邀請，請完成下列步驟。

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

**回應邀請**

1. 登入 AWS 管理主控台 ，並在 https：//[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/) 開啟 AWS 帳單與成本管理 主控台。

1. 在**偏好設定和設定的**左側導覽上，選擇**帳單轉移**。

1. 在**帳單轉移**頁面上，選取**傳出帳單**索引標籤。

1. 在**外撥帳單**索引標籤上，選擇警示方塊中的**檢視詳細資訊**。

1. 在邀請的詳細資訊頁面上，選擇**拒絕**或**接受**。

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

**回應邀請**  
您可以使用下列其中一項操作：
+ AWS CLI：[list-handshakes-for-account](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-handshakes-for-account.html)、 [accept-handshake](https://docs.aws.amazon.com/cli/latest/reference/organizations/accept-handshake.html) 和 [decline-handshake](https://docs.aws.amazon.com/cli/latest/reference/organizations/accept-decline.html)

  1. 執行下列命令來尋找[交握](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#invitations-handshakes) ID：

     ```
     $ C:\> aws organizations list-handshakes-for-account \
         --filter HandshakeType=TRANSFER_RESPONSIBILITY
     ```

  1. 從回應中，記下您要回應之邀請的交握 ID。

  1. **若要接受請求：**

     執行下列命令以接受邀請：

     ```
     $ C:\> aws organizations accept-handshake \
         --handshake-id examplehandshakeid
     ```

     **若要拒絕請求：**

     執行下列命令以拒絕邀請：

     ```
     $ C:\> aws organizations decline-handshake \
         --handshake-id examplehandshakeid
     ```
+ AWS SDKs：[ListHandshakesForAccount](https://docs.aws.amazon.com/cli/latest/reference/organizations/ListHandshakesForAccount.html)、[AcceptHandshake](https://docs.aws.amazon.com/organizations/latest/APIReference/API_AcceptHandshake.html) 和 [DeclineHandshake](https://docs.aws.amazon.com/organizations/latest/APIReference/API_DeclineHandshake.html)

------

**後續作業**  
接受邀請後，您可以在 主控台或使用 監控狀態 AWS 帳單與成本管理 。如需詳細資訊，請參閱[檢視傳輸](orgs_transfer_billing-view-transfer.md)。如果您拒絕邀請或邀請過期，如果您想要開始轉移，傳送邀請的帳戶必須傳送另一個邀請。