Stellar PHP SDK API Documentation

CustomerInformationNeededResponse

Response data indicating which customer information fields are required.

Contains a list of field names that must be submitted via SEP-12 KYC API before the anchor can process the deposit or withdrawal operation.

This response is included in CustomerInformationNeededException when the anchor needs additional customer data.

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
CustomerInformationNeededException

Table of Contents

Properties

$fields  : array<string|int, string>

Methods

fromJson()  : CustomerInformationNeededResponse
Constructs a new instance of CustomerInformationNeededResponse by using the given data.

Properties

$fields

public array<string|int, string> $fields = array()

A list of field names that need to be transmitted via SEP-12 for the deposit to proceed.

Methods


        
On this page

Search results