---
title: "Simulate authorization"
method: POST
path: "/cards/transaction_simulations/authorization"
tags: ["Card Transaction Simulations"]
---

# Simulate authorization

`POST /cards/transaction_simulations/authorization`

Simulate an `authorization` type transaction by including the `card_token` and other authorization details in your request.

## Request body

- AuthRequestModel
  - `amount` integer, required — The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)
  - `card_acceptor` CardAcceptorModel
    - `address` string
    - `city` string
    - `country` string
    - `ecommerce_security_level_indicator` string
    - `mcc` string
    - `name` string
    - `partial_approval_capable` boolean
    - `state` string — Two-Letter USPS State Abbreviation
    - `zip` string
  - `card_id` string, uuid, required
  - `card_options` CardOptions
    - `billing_address` BillingAddress
      - `address` string
      - `compressed_zip` string
      - `first_name` string
      - `last_name` string
      - `zip` string
    - `card_present` boolean
    - `cvv` string
    - `expiration` string
  - `cash_back_amount` integer
  - `is_pre_auth` boolean
  - `mid` string, required
  - `network_fees` NetworkFeeModel[]
    - `amount` integer, required — The amount of the fee in the smallest whole denomination of the applicable currency (eg. For USD use cents)
    - `credit_debit` 'C' | 'D' — C = credit; D = debit
    - `type` 'ACQUIRER_FEE' | 'CROSS_BORDER_ISSUER_FEE' | 'CUR_CONV_CARDHOLDER_FEE' | 'CUR_CONV_ISSUER_FEE' | 'INTERCHANGE_FEE' | 'ISSUER_FEE' | 'PINDEBIT_ASSOC_FEE' | 'SWITCH_FEE', required
  - `pin` string
  - `transaction_options` TransactionOptions
    - `additional_data` string
    - `card_expiration_date_yymm` string
    - `database_transaction_timeout` integer
    - `encryption_key_id` string
    - `is_async` boolean
    - `pre_auth_time_limit` string
    - `send_expiration_date` boolean
    - `send_track_data` boolean
    - `transaction_id` string
    - `transaction_timeout_threshold_seconds` integer

## Response `201`

Success

- SimulationResponseModel

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

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