Stellar PHP SDK API Documentation

CustomerInformationStatusResponse

Response data indicating customer information processing status.

Contains the status of previously submitted customer information (pending or denied), estimated time until status changes, and optional URL for more information.

This response is included in CustomerInformationStatusException when customer information is being processed or was not accepted.

Tags
see
https://github.com/stellar/stellar-protocol/blob/v4.3.0/ecosystem/sep-0006.md

SEP-06 Specification

see
https://github.com/stellar/stellar-protocol/blob/v1.15.0/ecosystem/sep-0012.md

SEP-12 v1.15.0 KYC API

see
CustomerInformationStatusException

Table of Contents

Properties

$eta  : int|null
$moreInfoUrl  : string|null
$status  : string

Methods

__construct()  : mixed
fromJson()  : CustomerInformationStatusResponse
Constructs a new instance of CustomerInformationStatusResponse by using the given data.

Properties

Methods

__construct()

public __construct(string $status[, string|null $moreInfoUrl = null ][, int|null $eta = null ]) : mixed
Parameters
$status : string

Status of customer information processing. One of: pending, denied.

$moreInfoUrl : string|null = null

A URL the user can visit if they want more information about their account / status.

$eta : int|null = null

Estimated number of seconds until the customer information status will update.


        
On this page

Search results