Services

A service defines some resource and what exactly you can do with it. Click on the service methods to expand details.

ProTip! You can quickly tests services using curl - Here is an example:

          $ curl -u "" https://invoicing.quickpay.net/ping
          Enter host password for user '': <enter your api key here>
        
Example response:
          {
            "data": {
              "id": null,
              "type": "pongs",
              "attributes": {
                "message": "Hello Reseller 2. Pong from Invoicing",
                "account_type": "Reseller",
                "account_id": 2
              }
            }
          }
        

The API uses JSONAPI protocol except for the "relationships" part. Related resources are nested in the attributes.

Show documentation for