Skip to content

Conversation

fcarrero
Copy link
Collaborator

@fcarrero fcarrero commented Nov 6, 2024

This commit adds a new endpoint /payout_orders/{id}/cancel to the API. This endpoint allows users to cancel a payout order resource by providing the corresponding ID. The request can also include an optional Accept-Language header for specifying the language of the response.

The commit includes changes to the following files:

  • _build/api.yaml
  • api.yaml
  • resources/payout_orders/cancel_payout_order.yml

The commit also introduces new components, such as schemas and error responses, related to cancelling payout orders.

Note: The commit message has been kept informal and concise, as requested.

This commit adds a new endpoint `/payout_orders/{id}/cancel` to the API. This endpoint allows users to cancel a payout order resource by providing the corresponding ID. The request can also include an optional `Accept-Language` header for specifying the language of the response.

The commit includes changes to the following files:
- `_build/api.yaml`
- `api.yaml`
- `resources/payout_orders/cancel_payout_order.yml`

The commit also introduces new components, such as schemas and error responses, related to cancelling payout orders.

Note: The commit message has been kept informal and concise, as requested.
@fcarrero fcarrero merged commit 1891e21 into main Nov 6, 2024
5 checks passed
@fcarrero fcarrero deleted the cancel-payout branch November 6, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants