Skip to main content
Anchor to SellingPlanBillingPolicy

SellingPlanBillingPolicy

union

Requires read_products access scope.

Represents the billing frequency associated to the selling plan (for example, bill every week, or bill every three months). The selling plan billing policy and associated records (selling plan groups, selling plans, pricing policies, and delivery policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later.

•OBJECT

The fixed selling plan billing policy defines how much of the price of the product will be billed to customer at checkout. If there is an outstanding balance, it determines when it will be paid.

•SellingPlanCheckoutCharge!
non-null

The checkout charge when the full amount isn't charged at checkout.

Anchor to remainingBalanceChargeExactTimeremainingBalanceChargeExactTime
•DateTime

The exact time when to capture the full payment.

Anchor to remainingBalanceChargeTimeAfterCheckoutremainingBalanceChargeTimeAfterCheckout
•String

The period after remaining_balance_charge_trigger, before capturing the full payment. Expressed as an ISO8601 duration.

Anchor to remainingBalanceChargeTriggerremainingBalanceChargeTrigger
•SellingPlanRemainingBalanceChargeTrigger!
non-null

When to capture payment for amount due.

•OBJECT

Represents a recurring selling plan billing policy.

•[SellingPlanAnchor!]!
non-null

Specific anchor dates upon which the billing interval calculations should be made.

•DateTime!
non-null

The date and time when the selling plan billing policy was created.

•SellingPlanInterval!
non-null

The billing frequency, it can be either: day, week, month or year.

•Int!
non-null

The number of intervals between billings.

•Int

Maximum number of billing iterations.

•Int

Minimum number of billing iterations.


Was this section helpful?

Anchor to Fields with this unionFields with this union

•OBJECT

Represents how a product can be sold and purchased. Selling plans and associated records (selling plan groups and policies) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later.

For more information on selling plans, refer to Creating and managing selling plans.


Was this section helpful?