PlexySDK DOCS

API Logs

View API request and response details

API Logs

Review all API requests made to Plexy from your integration.

Accessing API logs

  1. Go to Developers > Logs in your Dashboard
  2. Select API Logs tab

Log entry details

Each API log shows:

FieldDescription
Request IDUnique request identifier
MethodHTTP method (GET, POST, etc.)
EndpointAPI path called
StatusHTTP response code
DurationRequest processing time
TimestampWhen request was made
IP AddressSource IP of request

View request details

Click a log entry to see:

Request

POST /v2/payments HTTP/1.1
Host: api.plexy.money
x-api-key: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "amount": 5000,
  "currency": "USD",
  "payment_method": "pm_card_visa"
}

Response

HTTP/1.1 200 OK
Content-Type: application/json
Request-Id: req_abc123

{
  "id": "pay_xyz789",
  "amount": 5000,
  "currency": "USD",
  "status": "succeeded"
}

Filter logs

By status

FilterDescription
AllAll requests
Successful2xx responses
Client errors4xx responses
Server errors5xx responses

By endpoint

Filter to specific API endpoints:

  • /v2/payments
  • /v2/refunds
  • /v2/customers

By date

Select predefined ranges or custom dates:

  • Last hour
  • Last 24 hours
  • Last 7 days
  • Custom range

Search logs

Search by request ID:

req_abc123

Or by resource ID:

pay_xyz789

Using request IDs

Every response includes a Request-Id header:

Request-Id: req_abc123

Include this when contacting support for faster troubleshooting.

API errors

Failed requests show error details:

{
  "error": {
    "type": "invalid_request_error",
    "code": "parameter_missing",
    "message": "Missing required parameter: amount",
    "param": "amount"
  }
}

See also

Осы бетте