Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cancel payout order endpoint to API #74

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Add cancel payout order endpoint to API #74

merged 1 commit into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. Add cancel payout order endpoint to API

    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 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6725924 View commit details
    Browse the repository at this point in the history