# Submit Card Swipe

Simulate a card swipe with the given card_id for a given amount_usdc in USD cents. Note: Only for virtual cards at the moment.

Endpoint: POST /api/v1/sandbox/card-swipe/
Version: Version: 2edadba5
Security: HTTPBearer

## Header parameters:

  - `x-jiko-idempotency` (string, required)

  - `x-jiko-signature` (string, required)

## Request fields (application/json):

  - `card_id` (string, required)

  - `amount_usdc` (integer, required)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

  - `detail.input` (any)

  - `detail.ctx` (object)


## Response 202 fields
