# Retry Failed Transaction

## Retry failed transaction

> Retries a previously failed transaction

```json
{"openapi":"3.0.0","info":{"title":"pay.io payment gateway","version":"1.0"},"servers":[{"url":"https://gateway.stage.pay.io","variables":{}}],"paths":{"/v1/merchant/transaction/payout/retry":{"post":{"callbacks":{},"description":"Retries a previously failed transaction","operationId":"HubwalletPaymentGatewayWeb.Controller.Merchant.Default.retry_transaction","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Retry_Transaction_Request"}}},"description":"Retry transaction parameters","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Retry_Withdraw_Response"}}},"description":"Transaction retried"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error_Response"}}},"description":"Transaction not found"}},"summary":"Retry failed transaction","tags":["merchant"]}}},"components":{"schemas":{"Retry_Transaction_Request":{"description":"Request to retry a failed transaction","properties":{"transaction_uuid":{"description":"Transaction identifier","format":"uuid","type":"string"}},"required":["transaction_uuid"],"title":"Retry_Transaction_Request","type":"object"},"Retry_Withdraw_Response":{"description":"Response for retry transaction operations","properties":{"status":{"description":"Status message","nullable":true,"type":"string"}},"required":["message"],"title":"Retry_Withdraw_Response","type":"object"},"Error_Response":{"description":"Error response format","properties":{"code":{"description":"Error code","nullable":true,"type":"string"},"details":{"description":"Additional error details","nullable":true,"type":"object"},"error":{"description":"Error message","type":"string"}},"required":["error"],"title":"Error_Response","type":"object"}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pay.io/api-reference/merchant-console-api/retry-failed-transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
