publisher/report/payment
The payment resource allows an affiliate to pull publisher payout payment information.
| GET | ||||
|---|---|---|---|---|
| Request Parameters | ||||
| Parameter | Description | Possible Values | Default | Required? |
| startDate | A valid date string in the ISO 8601 date format; any timestamp information that is present will be ignored. |
yyyy-mm-dd | N/A | Yes |
| endDate | A valid date string in the ISO 8601 date format; any timestamp information that is present will be ignored. PLEASE NOTE: The period of time formed by the start date and the end date must not exceed 1 year. |
yyyy-mm-dd | N/A | Yes |
| removeCsvHeaders | Removes the CSV column headers from the report. | 1,true | 0,false | No |
| Response Fields | ||||
| Field | Description | Notes | ||
| payment_id | Payment ID | |||
| method | Method of payment | one of: credit_card, paypal, google_checkout, check, direct_deposit, paypal | ||
| notes | Notes | |||
| amount | Payment Amount | |||
| date | Payment Date | |||