---
title: "POST /api/Payments/{id}/enroll"
method: POST
path: "/api/Payments/{id}/enroll"
tags: ["Payments"]
---

# POST /api/Payments/{id}/enroll

`POST /api/Payments/{id}/enroll`

## Path parameters

- `id` string, uuid, required

## Request body

- PayRequest
  - `tip` number, double, nullable
  - `cardId` string, uuid
  - `fingerprintSessionId` string, nullable
  - `fastPayment` boolean
  - `referenceId` string, 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)
