# Accept/Reject transfer invite

| **Description** | Accepts or rejects a transfer invitation. |
| --------------- | ----------------------------------------- |
| **Endpoint**    | `/path/{pathId}/transfer/accept`          |
| **Method**      | POST                                      |

### Access Level Rules

| **Access Level** | Account holder only |
| ---------------- | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

| Name     | Description                                                    | Required | Default       |
| -------- | -------------------------------------------------------------- | -------- | ------------- |
| `pathId` | The id of the path.                                            | true     |               |
| `accept` | Boolean whether the invitation should be accepted or rejected. | false    | Default true. |
