# Cancel enqueued payout Endpoint: POST /payouts/fail-enqueued/{payoutId} Version: v1 Security: bearerAuth ## Path parameters: - `payoutId` (string, required) The payoutId of the payout you want cancel. ## Response 200 fields (application/json): - `payoutId` (string, required) The payoutId of the payout transaction. Example: "f4401bd2-1568-4140-bf2d-eb77d2b2b639" - `status` (string, required) Possible initiation statuses: * ACCEPTED - The manual action request has been accepted by Blu Penguin for processing. * REJECTED - The manual action request has been rejected by Blu Penguin. See rejectionReason for details. * FAILED - The manual action request has failed during submitting for processing due to internal reasons. Enum: "ACCEPTED", "REJECTED", "FAILED" - `rejectionReason` (string) Human-readable explanation why request has been rejected Example: "Payout with ID \\#f4401bd2-1568-4140-bf2d-eb77d2b2b639 not found" ## Response 401 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error" ## Response 403 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error" ## Response 500 fields (application/json): - `errorId` (string, required) A unique error ID in the Blu Penguin platform. Example: "63743264-7292-11ea-bc55-0242ac130003" - `errorCode` (integer, required) Blu Penguin internal error code. Example: 1 - `errorMessage` (string, required) Error message. Example: "Internal error"