# Resend refund callback Endpoint: POST /refunds/resend-callback Version: v1 Security: bearerAuth ## Request fields (application/json): - `refundId` (string, required) A UUIDv4 based ID previously specified by you, that uniquely identifies the refund. Example: "f4401bd2-1568-4140-bf2d-eb77d2b2b639" ## Response 200 fields (application/json): - `refundId` (string, required) The refundId of the refund 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: "Refund with ID \\#f4401bd2-1568-4140-bf2d-eb77d2b2b639 not found" ## Response 400 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 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"