---
title: payment
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentauthorizedevent/payment
---

# payment

The authorized payment information for this transaction.

## Declaration

```data
readonly attribute ApplePayPayment payment;
```

## Discussion

Discussion This attribute is contained by the onpaymentauthorized event. Access this attribute using the event parameter in the callback function; for example, var payinfo = event.payment;. ApplePayPayment  contains billingContact and shippingContact if they were requested, and it also contains ApplePayPaymentToken.
