v1

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

Get Payout Statistics

Get payout statistics for a payor.

get/v4/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
}