---
title: PKPaymentError.Code.billingContactInvalidError
framework: passkit
role: symbol
role_heading: Case
path: passkit/pkpaymenterror/code/billingcontactinvaliderror
---

# PKPaymentError.Code.billingContactInvalidError

The error code that indicates an invalid billing address or billing name.

## Declaration

```swift
case billingContactInvalidError
```

## Discussion

Discussion Use this error code if the billing contact information on the Apple Pay sheet has an error in the address or name.

## See Also

### Error codes

- [PKPaymentError.Code.couponCodeExpiredError](passkit/pkpaymenterror/code/couponcodeexpirederror.md)
- [PKPaymentError.Code.couponCodeInvalidError](passkit/pkpaymenterror/code/couponcodeinvaliderror.md)
- [PKPaymentError.Code.shippingContactInvalidError](passkit/pkpaymenterror/code/shippingcontactinvaliderror.md)
- [PKPaymentError.Code.shippingAddressUnserviceableError](passkit/pkpaymenterror/code/shippingaddressunserviceableerror.md)
- [PKPaymentError.Code.unknownError](passkit/pkpaymenterror/code/unknownerror.md)
