---
title: "Process loaded billing transactions."
method: POST
path: "/creditguy/billing/process/"
tags: ["Credit card terminal (Billing)"]
---

# Process loaded billing transactions.

`POST /creditguy/billing/process/`

Please note, once process has started, it can't be stopped, and no additional transactions can be loaded.

## Headers

- `Content-Language` unknown

## Request body

- CreditGuyBillingProcessRequest
  - `Credentials` CoreAPICredentials, required
    - `CompanyID` integer, required — Company identifier
    - `APIKey` string, required — API key secret
  - `BillingIdentifier` string, required — Unique billing process identifier

## Response `200`

OK

- ResponseCreditGuyBillingProcessResponse
  - `Status` 'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
  - `UserErrorMessage` string, nullable — Error message, in a user readable format
  - `TechnicalErrorDetails` string, nullable — Technical error details, let us know if you received this.
  - `Data` CreditGuyBillingProcessResponse
    - `Status` 'Started' | 'Processing' | 'Processed'

---

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