CustomerInformationStatusException
extends Exception
in package
Exception thrown when customer information is pending or denied.
Indicates that customer information was previously submitted via SEP-12, but it is either still being processed (pending status) or was not accepted (denied status). The exception contains a response object with status details, estimated time until status change, and optional URL for more information.
Client should wait for processing to complete or provide additional/corrected information as indicated by the anchor.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Constructor.
Properties
$response
public
CustomerInformationStatusResponse
$response
the response data received from the server.
Methods
__construct()
Constructor.
public
__construct(CustomerInformationStatusResponse $response) : mixed
Parameters
- $response : CustomerInformationStatusResponse
-
the response data received from the server.