# Status Response Code

<table><thead><tr><th width="95">Code</th><th>Description</th></tr></thead><tbody><tr><td>00</td><td>Success</td></tr><tr><td>03</td><td>Invalid Merchant</td></tr><tr><td>030</td><td>Invalid Sub Merchant</td></tr><tr><td>031</td><td>Technical Problem (0x1)</td></tr><tr><td>032</td><td>Technical Problem (0x2)</td></tr><tr><td>034</td><td>Transaction Cannot Be Process Right Now</td></tr><tr><td>13</td><td>Invalid Amount</td></tr><tr><td>14</td><td>Invalid Order</td></tr><tr><td>17</td><td>Order Cancelled by Merchant/Customer</td></tr><tr><td>18</td><td>Invalid Customer or MSISDN is not found</td></tr><tr><td>21</td><td>Subscription is Expired</td></tr><tr><td>30</td><td>Format Error</td></tr><tr><td>40</td><td>Requested Function not Supported</td></tr><tr><td>54</td><td>Order is Expired</td></tr><tr><td>55</td><td>Incorrect User/Password</td></tr><tr><td>63</td><td>Security Violation (from unknown IP-Address)</td></tr><tr><td>56</td><td>Not Active / Suspended</td></tr><tr><td>66</td><td>internal Error</td></tr><tr><td>82</td><td>Unregistered Entity</td></tr><tr><td>83</td><td>Parameter is mandatory</td></tr><tr><td>84</td><td>Unregistered Parameters</td></tr><tr><td>85</td><td>Insufficient Paramater</td></tr><tr><td></td><td>System Malfunction</td></tr></tbody></table>


---

# 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.faspay.co.id/merchant-integration/api-reference-1/credit-card-transaction/recurring-payment-api/status-response-code.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.
