---
title: "POST /api/TapToPhone"
method: POST
path: "/api/TapToPhone"
tags: ["TapToPhone"]
---

# POST /api/TapToPhone

`POST /api/TapToPhone`

## Request body

- TapToPhoneTransactionDTO
  - `reqUserId` string, uuid
  - `cardNumber` string, nullable
  - `cardScheme` string, nullable
  - `merchantId` string, uuid
  - `transactionId` string, nullable
  - `price` number, double
  - `paymentStatus` integer
  - `companyId` string, uuid
  - `paymentGateway` integer
  - `refundId` string, nullable
  - `refundAmount` number, double
  - `refundDate` string, nullable
  - `refundType` integer

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