STATUS_INVALID_SHIPPING_POSTAL_ADDRESS
The shipping address is invalid.
Declaration
const unsigned short STATUS_INVALID_SHIPPING_POSTAL_ADDRESS;Discussion
Use this status code only for Apple Pay API version 1 or 2 style calls. For version 3, use an ApplePayError with a status of STATUS_FAILURE and error code instead.
Use this status code if your address validation determines that the shipping address is invalid.The payment sheet remains open and shows the shipping address highlighted in red.