> For the complete documentation index, see [llms.txt](https://yogupay.gitbook.io/yogupay-payout-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yogupay.gitbook.io/yogupay-payout-api/developers/api-response-codes.md).

# API response codes

<table><thead><tr><th width="140">CODE</th><th width="422">MESSAGE</th><th align="center">SUCESS BOOLEAN</th></tr></thead><tbody><tr><td>0</td><td>Request was Unsuccessful</td><td align="center">false</td></tr><tr><td>1</td><td>Request was Successful</td><td align="center">true</td></tr><tr><td>100</td><td></td><td align="center">true</td></tr><tr><td>101</td><td>Invalid Authentication Token</td><td align="center">false</td></tr><tr><td>102</td><td>API Rate Limit Reached</td><td align="center">false</td></tr><tr><td>103</td><td>Invalid Input</td><td align="center">false</td></tr><tr><td>104</td><td>Duplicate Request</td><td align="center">false</td></tr><tr><td>105</td><td>Invalid IP Address</td><td align="center">false</td></tr><tr><td>108</td><td>System under Maintenance</td><td align="center">false</td></tr><tr><td>109</td><td>Account Suspended</td><td align="center">false</td></tr><tr><td>110</td><td>Cannot complete this transaction, please contact admin</td><td align="center">false</td></tr><tr><td>111</td><td>Invalid Login Details</td><td align="center">false</td></tr><tr><td>112</td><td>Transaction Failed</td><td align="center">false</td></tr><tr><td>113</td><td>Insufficient Balance to Complete Transaction</td><td align="center">false</td></tr><tr><td>114</td><td>Account has no configuration for quoted currency</td><td align="center">false</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://yogupay.gitbook.io/yogupay-payout-api/developers/api-response-codes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
