v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Accepts an encrypted Apple Pay token for validation or processing.

post/v1/tokens/apple-pay

Request body

apple_encrypted_datastring required

The encrypted Apple Pay token data, base64-encoded.

Response

201

Example response

{
  "data": {
    "object": "Token",
    "id": "mYL8wl00LmLmwlNE",
    "created_at": 1724461006,
    "updated_at": 1724461008
  }
}