---
title: "Returns the current series available on account for a user
If you're checking a date range and any 1 of those dates cannot be paid for by the pricing option, the call will return \"Invalid data\""
method: GET
path: "/Consumer/Sales/User/Location/{LocationId}/ServicePaymentOptions"
tags: ["Rest"]
---

# Returns the current series available on account for a user
If you're checking a date range and any 1 of those dates cannot be paid for by the pricing option, the call will return "Invalid data"

`GET /Consumer/Sales/User/Location/{LocationId}/ServicePaymentOptions`

## Query parameters

- `locationId` string, required
- `request.locationId` integer
- `request.appointmentTypeId` integer
- `request.start` string, date-time
- `request.end` string, date-time
- `request.dependentId` string

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSaleServicePaymentOption — Represents a service payment option.
  - `Name` string — Name
  - `PaymentRefNo` integer — Payment reference number
  - `Remaining` integer — Remaining
  - `Initial` integer — Initial
  - `RemainingFromAllApplied` integer — Remaining from all applied
  - `ActiveDate` string, date-time — Active date
  - `ExpirationDate` string, date-time — Expiration date

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
