CustomerInformationNeededException
extends Exception
in package
Exception thrown when anchor needs customer information via SEP-12.
Indicates that the anchor requires additional customer information before processing the deposit or withdrawal. The information can be provided non-interactively through SEP-12 KYC API. The exception contains a response object listing the required fields.
Client should submit the requested information via SEP-12 and then retry the deposit/withdrawal operation.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Constructor.
Properties
$response
public
CustomerInformationNeededResponse
$response
the response data received from the server.
Methods
__construct()
Constructor.
public
__construct(CustomerInformationNeededResponse $response) : mixed
Parameters
- $response : CustomerInformationNeededResponse
-
the response data received from the server.