> For the complete documentation index, see [llms.txt](https://axis-docs.fuspay.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axis-docs.fuspay.finance/transaction-resolution/log-issue.md).

# Log Issue

<mark style="color:yellow;">`POST`</mark> `https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/Fix`

### `Request Body`

|                        |        |                                           |
| ---------------------- | ------ | ----------------------------------------- |
| partner\_order\_id     | String | The partner order ID to get it issue log. |
| partner\_callback\_url | String | The callback url to get response.         |

### Request Body Sample

```json
{
	"partner_order_id": "xxx",
	"partner_callback_url": "https://xxxxx"
}
```

### Response Body

{% tabs %}
{% tab title="200:0K" %}

```json
{
  "success"
}
```

{% endtab %}

{% tab title="400: Error" %}

```json
{
  "Error"
}
```

{% endtab %}
{% endtabs %}
