---
title: "苹果内购支付校验"
method: POST
path: "/dev-api/pay/apple/ipa/verify"
tags: ["apple-pay-controller"]
---

# 苹果内购支付校验

`POST /dev-api/pay/apple/ipa/verify`

## Request body

- IosIapParam
  - `extra` string — 附加信息，可用于传递其他参数
  - `memId` string — 用户id
  - `orderNo` string — 订单号
  - `transactionDate` string — 交易时间
  - `transactionIdentifier` string — 交易ID
  - `transactionReceipt` string — 交易凭证

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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