Skip to content

Commit

Permalink
Remove deprecated POST deposit download values
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Jan 23, 2024
1 parent 9d44377 commit 809796e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/rest-api/source/includes/wp-api-v3/deposits.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ curl -X POST 'https://example.com/wp-json/wc/v3/payments/deposits' \

Request a CSV export of deposits matching the query. A link to the exported CSV will be emailed to the provided email address or the account's primary email address if no email address is provided.

Since `7.1.0`, `estimated` deposits are no longer included in the CSV export or accepted as a filter parameter.

### HTTP request

<div class="api-endpoint">
Expand All @@ -491,8 +489,8 @@ Since `7.1.0`, `estimated` deposits are no longer included in the CSV export or
- `date_before` _string_
- `date_after` _string_
- `date_between` _array_
- `status_is` _string_ - `paid` `pending` `in_transit` `canceled` `failed` (~~`estimated`~~ deprecated since `7.1.0`)
- `status_is_not` _string_ - `paid` `pending` `in_transit` `canceled` `failed` (~~`estimated`~~ deprecated since `7.1.0`)
- `status_is` _string_ - `paid` `pending` `in_transit` `canceled` `failed`
- `status_is_not` _string_ - `paid` `pending` `in_transit` `canceled` `failed`

### Returns

Expand Down

0 comments on commit 809796e

Please sign in to comment.