---
title: "partner/billing-packages"
method: GET
path: "/partner/billing-packages"
tags: ["Partner Endpoints"]
---

# partner/billing-packages

`GET /partner/billing-packages`

This endpoint is used to retrieve the list of billing packages that you can assign to an account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `BillingPackages` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object — Billing package info
      - `PackageID` number, required — Unique ID of the billing package
      - `PackageName` string, required — Name of the billing package
      - `DateAdded` string, date, required — Date the bank account was added
      - `CreatedBy` string, required — Creator of the billing package (either VoPay or Partner name)
      - `Currency` string, required — 3 character currency code for the billing package

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
