Verify Apple transaction
POST
/v1/billing/apple/verify-transactionVerify a StoreKit 2 transaction JWS and activate or reconcile the user's Apple-backed subscription.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| transactionJWS | string | Yes | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Apple transaction verifiedapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| success | boolean | No | Whether the request succeeded. |
| tier | pro | scale | max | No | — |
| expiresDate | string | No | — |
| subscriptionStatus | string | No | — |
409Apple subscription is already linked to another account
None.