---
title: "POST /api/v1/payments/mit"
method: POST
path: "/api/v1/payments/mit"
tags: ["OnlinePayments"]
---

# POST /api/v1/payments/mit

`POST /api/v1/payments/mit`

## Request body

- CreateMITPaymentRequest
  - `uid` string, nullable
  - `keyId` string, uuid
  - `amount` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `phone` string, nullable
  - `email` string, nullable
  - `street` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `country` string, nullable
  - `postalCode` string, nullable
  - `transactionId` string, nullable
  - `custom1` string, nullable
  - `custom2` string, nullable
  - `custom3` string, nullable
  - `custom4` string, nullable
  - `custom5` string, nullable
  - `custom6` string, nullable
  - `custom7` string, nullable
  - `custom8` string, nullable
  - `custom9` string, nullable
  - `custom10` string, nullable
  - `subject` string, nullable
  - `description` string, nullable
  - `webHookUrl` string, nullable
  - `returnUrl` string, nullable
  - `tokenId` string, nullable
  - `caseId` string, nullable
  - `sendSMS` boolean
  - `sendEmail` boolean
  - `createdBy` string, uuid, nullable

## Response `200`

Success

---

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