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

# Simulate ATM withdrawal

`POST /cards/transaction_simulations/financial/withdrawal`

Simulate a `pindebit.atm.withdrawal` type transaction by including the `card_token` and `amount` in your request.

## Request body

- WithdrawalRequestModel
  - `account_type` 'checking' | 'credit' | 'savings'
  - `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
  - `mid` string, required
  - `pin` string

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