---
title: "Verify credit card with all Billing Info"
method: PUT
path: "/billing-info/"
tags: ["BillingInfo"]
---

# Verify credit card with all Billing Info

`PUT /billing-info/`

## Headers

- `X-Fields` string, mask

## Request body

- BillingInfoVerification
  - `id` integer, required — The unique Billing ID used to associate Billing Info
  - `provisionOrderId` integer — The order ID associated with this billing ID
  - `verificationAmount` number — The verification amount posted to the financial institution associated with the billing ID

## Response `201`

Success

- Credit
  - `amount` number — The amount of credit associated with the credit ID
  - `autoApply` integer — Whether credits are automatically being applied to new orders or invoices. [0 = Not Auto Apply, 1 = Auto Apply New Invoices, 2 = Auto Apply All Invoices]
  - `balance` number — The amount of credit available for use associated with the credit ID
  - `billingInfoId` integer — The Billing Info ID used to purchase the credits on this account
  - `clientId` integer — The client ID associated with the credit ID
  - `created` integer — The created date/time of the credit
  - `expirationDate` integer — The expiration date of the credit
  - `id` integer — The ID corresponding to a particular credit
  - `isHourly` boolean — If credit is for hourly billing
  - `orderId` integer — The order ID associated with the credit ID
  - `reason` string — The reason code for the creation of the credit
  - `serviceIds` integer[] — The list of service IDs associated with the credit ID
  - `status` string — The status of the credit

## 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)
