Payout Reports
Payout reports contain information about your purchases, refunds, and disputes for a given date.
Response Object
The table below outlines the fields that are returned by the /payouts
namespace. Expect an array of objects with these fields if you have payouts to multiple accounts on the same day.
Field | Type | Description |
---|---|---|
| String / Date YYYY-MM-DD | The date of the payout. |
| Array | An array of payouts. |
|
| This represents the method associated with the payout. |
| Object | This stores the account number and bsb. |
| String / “NNN-NNN” | The bsb of the funding account object. |
| String | The account number of the funding account object. |
| String / “FZ-YYYYMMDD-<string>” | The reference displayed on the merchant’s bank statement. |
| Float | The total payout disbursed that day. Can be a negative value denoting a claw back (direct debit). |
| Object | Contains the breakdown of the figures that determine the payout figure. |
| Float | The total gross value of your purchases minus refunds and chargebacks. |
| Integer | The count of all transactions processed for the day. |
| Float | The total of all charges withheld. This excludes dispute charges. |
| Float | The total chargeback fees incurred (and deducted). |
| Integer | The count of all disputes processed for the day. |