# テナントバイヤー審査状況 更新

`POST /your-endpoint-on-buyer-contract`

- operationId: `receiveWebhookOfBuyerContract`
- tags: Webhook_通知仕様

テナントバイヤー審査状況 更新イベント（`buyer.contracts.status_code.updated`）で通知されるリクエストのボディの仕様です。


## リクエストボディ

Content-Type: `application/json`

| パラメータ | 型 | 必須 | 説明 |
| --- | --- | --- | --- |
| `buyer_id` | buyer_id |  |  |
| `event` | FincodeEventForBuyerPlatform |  |  |
| `body` | array<object> |  | テナントバイヤー決済手段 契約状況リスト |

## レスポンス

### 200 M's PayBridgeに正常にWebhookを受信した旨をレスポンスしてください。

| パラメータ | 型 | 必須 | 説明 |
| --- | --- | --- | --- |
| `receive` | enum(0 | 1) |  | Webhook通知受信 |

### 400 4xx系、5xx系または上記以外のレスポンスを返却した場合、M's PayBridgeはエラーと判断しWebhook通知のリトライを行います。

