---
title: STATUS_PIN_REQUIRED
framework: applepayontheweb
role: symbol
role_heading: ""
path: applepayontheweb/applepaysession/status_pin_required
---

# STATUS_PIN_REQUIRED

The required PIN information was not provided.

## Declaration

```data
const unsigned short STATUS_PIN_REQUIRED;
```

## Discussion

Discussion Cards on the China Union Pay payment network may require a PIN to authenticate the transaction.

## See Also

### Status code constants

- [STATUS_FAILURE](applepayontheweb/applepaysession/status_failure.md)
- [STATUS_INVALID_BILLING_POSTAL_ADDRESS](applepayontheweb/applepaysession/status_invalid_billing_postal_address.md)
- [STATUS_INVALID_SHIPPING_CONTACT](applepayontheweb/applepaysession/status_invalid_shipping_contact.md)
- [STATUS_INVALID_SHIPPING_POSTAL_ADDRESS](applepayontheweb/applepaysession/status_invalid_shipping_postal_address.md)
- [STATUS_PIN_INCORRECT](applepayontheweb/applepaysession/status_pin_incorrect.md)
- [STATUS_PIN_LOCKOUT](applepayontheweb/applepaysession/status_pin_lockout.md)
- [STATUS_SUCCESS](applepayontheweb/applepaysession/status_success.md)
