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
}

Changes