Verify Apple transaction

POST/v1/billing/apple/verify-transaction

Verify 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

FieldTypeRequiredDescription
transactionJWSstringYes

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Apple transaction verifiedapplication/json
FieldTypeRequiredDescription
successbooleanNoWhether the request succeeded.
tierpro | scale | maxNo
expiresDatestringNo
subscriptionStatusstringNo
409Apple subscription is already linked to another account
None.
Verify Apple transaction
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow