The Paymo API consists of a set of callable methods.
To perform an action using the Paymo API, you need to send a request to the Paymo webservice specifying a method and some arguments, and will receive a formatted response.
All request, listed on the API index page, take a list of named parameters.
The URL of a request looks like the following:
http://api.paymo.biz/service/METHOD_NAME?api_key=API_KEY&format=RESPONSE_FORMAT&arg1=value1
The required METHOD_NAME part of the URL is used to specify the calling method.
The required api_key argument is used to specify your API key.
The optional format argument is used to specify the format of the response.
The arguments, responses and error codes for each method are listed on the method's spec page. Methods are lists on the API index page.