paymo.reflection.getMethodInfo

Returns information for a given Paymo API method.

Authentication

This method does not require authentication.

Arguments

api_key (Required)
Your application key. See here for more details.
method_name (Required)
The name of the method to fetch information for.

Example Response

<?xml version="1.0" encoding="UTF-8"?> <response status="ok"> <method name="paymo.fakeMethod" auth_required="1" admin_required="0"> <description>A fake method</description> <arguments> <argument name="api_key" required="1"> Your application key</argument> <argument name="name" required="0"> Your name</argument> </arguments> <example-response>xml-response-example</example-response> <errors> <error code="103" message="Invalid API Key">Full explanation</error> <error code="202" message="User not found">Full explanation</error> </errors> </methods> </response>

Error Codes

101: Unknown API method
The requested method was not found.
102: Unknown response format
The requested response format was not found.
103: Invalid API Key
The API key passed was not valid.
106: Service currently unavailable
The service is temporarily unavailable.
107: Too many requests for this API key
The application has reached the limit for number of API calls during a specific time period. Wait a bit and try again.