v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Payment Audit Service (Deprecated)

V1 Get Payout Statistics

Deprecated (Use /v4/paymentaudit/payoutStatistics)

get/v1/paymentaudit/payoutStatistics

Query parameters

payorIdstring uuid

The account owner Payor ID. Required for external users.

Response

Payout Statistics response

thisMonthPayoutsCountinteger required
thisMonthFailedPaymentsCountinteger required

Example response

{
  "thisMonthFailedPaymentsCount": 6,
  "thisMonthPayoutsCount": 0
}