REST Resource: settlementreports

Resource: SettlementReport

Settlement reports detail order-level and item-level credits and debits between you and Google.

JSON representation
{
  "settlementId": string,
  "transferDate": string,
  "transferIds": [
    string
  ],
  "startDate": string,
  "endDate": string,
  "previousBalance": {
    object (Price)
  },
  "transferAmount": {
    object (Price)
  },
  "kind": string
}
Fields
settlementId

string

The ID of the settlement report.

transferDate

string

Date on which transfer for this payment was initiated by Google, in ISO 8601 format.

transferIds[]

string

The list of bank identifiers used for the transfer. For example, Trace ID for Federal Automated Clearing House (ACH). This may also be known as the Wire ID.

startDate

string

The start date on which all transactions are included in the report, in ISO 8601 format.

endDate

string

The end date on which all transactions are included in the report, in ISO 8601 format.

previousBalance

object (Price)

The residual amount from the previous invoice. This is set only if the previous invoices are not paid because of negative balance.

transferAmount

object (Price)

The money due to the merchant.

kind

string

Identifies what kind of resource this is. Value: the fixed string "content#settlementReport"

Methods

get

Retrieves a settlement report from your Merchant Center account.

list

Retrieves a list of settlement reports from your Merchant Center account.