---
title: "Return a list with all Payment Methods (Billing Info)"
method: GET
path: "/billing-info/"
tags: ["BillingInfo"]
---

# Return a list with all Payment Methods (Billing Info)

`GET /billing-info/`

## Query parameters

- `clientId` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- BillingInfo[]
  - `achAba` string — The bank routing number
  - `achAccount` string — The bank account number
  - `achBank` string — The name of the bank associated with the billing ID
  - `achType` string — The bank account type (Checking or Savings)
  - `address` string — The street address associated with the billing ID
  - `ccExpire` string — The expiration date for the credit card
  - `ccNum` string — The credit card account number
  - `ccType` string — The credit card network associated with the billing ID
  - `city` string — The city associated with the billing ID in question
  - `clientId` integer — The identification number for the client associated with the Billing info ID
  - `company` string — The company name associated with the billing ID
  - `country` string — The country associated with the billing ID
  - `default` boolean — True if this is the default payment method for future orders
  - `email` string — The email address associated with the billing ID
  - `first` string — The first name of the individual associated with the billing ID
  - `id` integer — The unique Billing ID used to associate Billing Info
  - `isCCVerified` boolean — The verification status of the Credit Card in question
  - `last` string — The last name of the individual associated with the billing ID
  - `paymentType` string — The type of payment associated with the billing ID ie: CC, ACH etc
  - `pendingVerification` boolean — Yes or No for the Pending Verification status
  - `phone` string — The phone number associated with the billing ID
  - `state` string — The state associated with the billing ID
  - `status` integer — The active status associated with the billing ID (0/1)
  - `zip` string — The zip/postal code associated with the billing ID

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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