Afterpay Service Status API

Afterpay Global API health-check endpoint reporting the operational status of the Afterpay service.

OpenAPI Specification

cash-app-service-status-openapi.json Raw ↑
{"openapi":"3.1.0","info":{"title":"Service Status","version":"1.0.0"},"paths":{"/ping":{"get":{"operationId":"ping","summary":"Ping","description":"Use this endpoint to check that the service is available and reachable.\n\nUnlike all other endpoints, this endpoint does not require authentication, and responds with `text/plain` instead of `application/json`.\n\n\n**Connection Timeouts**\n| Timeout | Time (Seconds) |\n|---------|----------------|\n| Open    | 10             |\n| Read    | 20             |\n","tags":[""],"parameters":[{"name":"Accept","in":"header","required":false,"schema":{"type":"string","default":"text/plain"}}],"responses":{"200":{"description":"Response with status 200","content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"405":{"description":"The request was made by a HTTP Method other than `GET`, `HEAD` or `OPTIONS`. For example, `POST`, `PUT` or `DELETE`.","content":{"application/json":{"schema":{"description":"Any type"}}}}}}}},"servers":[{"url":"https://global-api-sandbox.afterpay.com","description":"Sandbox"},{"url":"https://global-api.afterpay.com","description":"Production"}]}