# Affiliate Payouts

**Adding a new parameter, event\_id, in Affiliate Postback module method. It is compatible with last version, and the default value is 1.**

**Note: In the case of Offer pricing type be CPC, event\_id assignment and Volume Based Tiers would be unavailable. Volume Based Tiers is only available if event\_id=1.**

## Available methods <a href="#available-methods" id="available-methods"></a>

| Methods    | HTTP method | Endpoint                                                                                                                                                                                              | Description                                           |
| ---------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| **Create** |             |                                                                                                                                                                                                       |                                                       |
|            | POST        | [/v1/affiliate\_payouts](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/create_a_new_payout_of_the_affiliate)                                                        | Create a new payout of the affiliate                  |
|            | POST        | [/v1/affiliate\_payouts/{affiliate\_payout\_id}/affiliate\_tiers](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/create_volume_based_tiers)                          | Create volume based tiers                             |
| **Get**    |             |                                                                                                                                                                                                       |                                                       |
|            | GET         | [/v1/affiliate\_payouts/{affiliate\_payout\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/get_a_payout_of_the_affiliate)                                       | Get a payout of the affiliate                         |
|            | GET         | [/v1/affiliate\_payouts/{affiliate\_payout\_id}/affiliate\_tiers](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/get_affiliate_tier_of_the_affiliate_payout)         | Get affiliate tier of the affiliate payout            |
|            | GET         | [/v1/affiliate\_payouts](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/get_payouts_of_the_affiliate)                                                                | Get payouts of the affiliate                          |
| **Delete** |             |                                                                                                                                                                                                       |                                                       |
|            | DELETE      | [/v1/affiliate\_payouts/{affiliate\_payout\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/delete_a_payout_of_the_affiliate)                                    | Delete a payout of the affiliate                      |
|            | DELETE      | [/v1/affiliate\_payouts/{affiliate\_payout\_id}/affiliate\_tiers](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/delete_the_volume_based_tiers_of_the_affiliate_pay) | Delete the volume based tiers of the affiliate payout |
| **Edit**   |             |                                                                                                                                                                                                       |                                                       |
|            | PATCH       | [/v1/affiliate\_payouts/{affiliate\_payout\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/affiliatepayouts/update_the_settings_for_an_affiliates_current_payo)                  | Update the settings for an affiliate’s current payout |
