---
title: "Begin redirect for transaction"
method: POST
path: "/creditguy/gateway/beginredirect/"
tags: ["Credit card terminal (Gateway)"]
---

# Begin redirect for transaction

`POST /creditguy/gateway/beginredirect/`

## Headers

- `Content-Language` unknown

## Request body

- CreditGuyGatewayBeginRedirectRequest
  - `Credentials` CoreAPICredentials, required
    - `CompanyID` integer, required — Company identifier
    - `APIKey` string, required — API key secret
  - `Mode` 'TokenizeOnly (0)' | 'ValidateCard (2)' | 'Charge (4)' | 'Authorize (5)', required
  - `Amount` number, double, nullable — Transaction amount
  - `PaymentsNonFirstCount` integer, nullable — Non-first payments count Leave this empty for non-payments transaction
  - `PaymentsFirstAmount` number, double, nullable — First payment amount Leave this empty for non-payments transaction
  - `PaymentsNonFirstAmount` number, double, nullable — Non-first payment amount Leave this empty for non-payments transaction
  - `Currency` 'ILS (0)' | 'USD (1)' | 'EURO (2)'
  - `Identifier` string, nullable — Transaction identifier. This parameter will be returned during redirect.
  - `MerchantNumber` string, nullable — Shva merchant number (Terminal number). This parameter should only be used when multiple merchants are defined in the company.
  - `RedirectURL` string, nullable — Redirect URL Leave this empty to use the default RedirectURL

## Response `200`

OK

- ResponseCreditGuyGatewayBeginRedirectResponse
  - `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` CreditGuyGatewayBeginRedirectResponse
    - `RedirectURL` string, nullable

---

[API](https://skmtc.dev/myofficeguy/apis/sumit-api-full.md) · [All operations](https://skmtc.dev/myofficeguy/apis/sumit-api-full/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myofficeguy/sumit-api-full/revisions/6f1a9725c9ed/schema)
