---
title: "POST /api/v1/payments/apple/{id}/pay"
method: POST
path: "/api/v1/payments/apple/{id}/pay"
tags: ["OnlinePayments"]
---

# POST /api/v1/payments/apple/{id}/pay

`POST /api/v1/payments/apple/{id}/pay`

## Path parameters

- `id` string, uuid, required

## Request body

- ApplePayRequest
  - `token` ApplePayToken
    - `paymentData` ApplePayPaymentData
      - `version` string, nullable
      - `data` string, nullable
      - `signature` string, nullable
      - `header` ApplePayHeaders
        - `ephemeralPublicKey` string, nullable
        - `publicKeyHash` string, nullable
        - `transactionId` string, nullable
    - `paymentMethod` ApplePayPaymentMethod
      - `network` string, nullable
  - `deviceData` OnlinePaymentDeviceDataCollected
    - `browserLanguage` string, nullable
    - `colorDepth` integer, nullable
    - `screenHeight` integer, nullable
    - `screenWidth` integer, nullable
    - `timeDifference` integer, nullable
  - `ip` 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)
