---
title: STATUS_PIN_LOCKOUT
framework: applepayontheweb
role: symbol
role_heading: ""
path: applepayontheweb/applepaysession/status_pin_lockout
---

# STATUS_PIN_LOCKOUT

The maximum number of tries for a PIN has been reached and the user has been locked out.

## Declaration

```data
const unsigned short STATUS_PIN_LOCKOUT;
```

## Discussion

Discussion Cards on the China Union Pay network may require a PIN.

## 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_REQUIRED](applepayontheweb/applepaysession/status_pin_required.md)
- [STATUS_SUCCESS](applepayontheweb/applepaysession/status_success.md)
