Live Testing

API Live Test Console

Fire production-realistic requests with your business_id and api_key to inspect headers, payloads, and response envelopes.

HTTPS JSON Timeout 60s Copy results
Default Payload
Validate your credentials instantly
JSON
{
    "action": "validate_business",
    "business_id": "f966f781-9d00-4b3f-a63b-c5f34cd04fa6",
    "api_key": "0933eaa3110880397a273af3458ef2ad8f2ef105ca7f75fdeb0c3722677d8d6b"
}
Request Builder

Compose Request

Client-side
Default points to the production gateway.
Send as key/value JSON map. Content-Type defaults to application/json.
Submit to execute via cURL.
Response Inspector

Server Response

Read-only

Submit the form to render live responses. Defaults validate your business credentials.

  • Gateway requires POST requests with JSON bodies.
  • Include business_id, api_key, and action in every payload.
  • Inspect response headers for gateway routing hints.