> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Payment Details V1

# Type: Payment Details Object

# Link: https://dev.wix.com/docs/api-reference/business-management/marketing/ads/google-ads/payment-details-v1/payment-details-object.md

## Description: Retrieve a monthly breakdown of ad spend and payment history for a Wix site's Google Ads account.

## Schema:

```json
 Type: Payment Details Object | type: PaymentDetails
 Description: Retrieve a monthly breakdown of ad spend and payment history for a Wix site's Google Ads account.
       - name: currency  | type: string | description: The account's billing currency in ISO-4217 format. All monetary amounts in this entity are expressed in this currency.
       - name: monthlyPayments  | type: Array<MonthlyPayment> | description: Deprecated: Use upcomingPayments instead.
           - name: usageAmount  | type: string | description: Ad spend for the billing period, excluding the Wix service fee.
               - name: value  | type: string | description: 
           - name: wixServiceFee  | type: string | description: Wix platform fee for the billing period.
           - name: totalAmount  | type: string | description: Total charge for the billing period: usageAmount plus wixServiceFee, minus any couponAdjustmentAmount.
           - name: billingPeriod  | type: BillingPeriod | description: The date range covered by this payment record.
               - name: from  | type: string | description: Start date of the billing period in YYYY-MM-DD format.
               - name: to  | type: string | description: End date of the billing period in YYYY-MM-DD format.
           - name: couponAdjustmentAmount  | type: string | description: Discount applied from a promotional coupon for this billing period.
       - name: upcomingPayments  | type: Array<Payment> | description: Breakdown of payments for the current billing period.
           - name: usageAmount  | type: string | description: Ad spend for the billing period, excluding the Wix service fee.
           - name: wixServiceFee  | type: string | description: Wix platform fee for the billing period.
           - name: totalAmount  | type: string | description: Total charge for the billing period: usageAmount plus wixServiceFee, minus any couponAdjustmentAmount.
           - name: billingPeriod  | type: BillingPeriod | description: The date range covered by this payment record.
           - name: couponAdjustmentAmount  | type: string | description: Discount applied from a promotional coupon for this billing period.
       - name: creditBalance  | type: string | description: The site's current credit balance in the account's billing currency. A positive value indicates available credits; a negative value indicates outstanding debt that has not yet been charged. The final amount may differ once the charge is processed.

```