---
title: "Authorise Apple Pay payment"
method: POST
path: "/v1/frontend/charges/{chargeId}/wallets/apple"
tags: ["Charge operations"]
---

# Authorise Apple Pay payment

`POST /v1/frontend/charges/{chargeId}/wallets/apple`

## Path parameters

- `chargeId` string, required

## Request body

- ApplePayAuthRequest
  - `payment_data` string — paymentData of Apple Pay payment token as String. This is de-serialised and decrypted for WorldPay payments. For Stripe payments, the value is passed as is when creating a token
  - `payment_info` ApplePayPaymentInfo, required
    - `brand` string
    - `card_type` 'DEBIT' | 'CREDIT' | 'CREDIT_OR_DEBIT'
    - `cardholder_name` string
    - `display_name` string
    - `email` string
    - `last_digits_card_number` string — last digits card number
    - `network` string
    - `transaction_identifier` string

## Response `200`

OK

## Other responses

- `202` — Accepted - payment has been submitted for authorisation and awaiting response from payment service provider
- `400` — Bad request - invalid payload or the payment has been declined
- `402` — Gateway error
- `404` — Not found
- `422` — Unprocessable Entity - Invalid payload or missing mandatory attributes
- `500` — Internal server error

---

[API](https://skmtc.net/government-digital-service/apis/connector-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/connector-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/connector-api/revisions/62149e57992f/schema)
