Verify the Service is Accessible
GET /cardpayments/monitor
This request verifies that the service is up and accessible from your network.
The following examples assume that you have cURL installed. Other testing options include the browser-based REST API tools Postman and Advanced Rest Client.
If you are using UNIX and have python installed you can add | python -m json.tool to the end of the cURL examples to format (pretty print) the JSON responses from the API.
curl -X GET https://api.test.paysafe.com/cardpayments/monitor
{
"status" : "READY"
}
The system should respond with a status of "READY" if it is available.
Was this page helpful?
On this Page