---
title: "Simulate a 3DS auth request"
method: POST
path: "/cards/simulations/3DSAuthRequest"
tags: ["Simulations"]
---

# Simulate a 3DS auth request

`POST /cards/simulations/3DSAuthRequest`

Simulates a card 3DS auth request.

 This endpoint is for testing purposes only and won't work in production.

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Request body

- object
  - `cardId` string, uuid, required — The ID of the card to work with.
  - `amount` number, required — Contains information about how the payment is being made.
  - `currencyCode` number, required — ISO 4217 three-digit currency code of the payment or purchased gift card.
  - `subType` 'PURCHASE' | 'ACCOUNT_VERIFICATION' | 'ACCOUNT_FUNDING' | 'QUASI_CASH' | 'PREPAID_ACTIVATION_AND_LOAD', nullable — Identifies the type of transaction being authenticated.
  - `transactionType` 'PAYMENT' | 'NON_PAYMENT' — Identifies the category of the message for a specific use case.
  - `cardAcceptor` object, required
    - `name` string, required

## Response `200`

OK

- object
  - `success` boolean, required

---

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