General Methods

Ping

You can ping the API by issuing a GET to the root URL.

GET /

Response:

HTTP/1.0 200 OK

{“status”:”SUCCESS”}

Verify Notification

You can verify a POST from the URL integration. You must POST all of the parameters that were POSTed to your site.

POST /notification/verify

Response:

The response will either be VERIFIED or INVALID.