Stellar PHP SDK API Documentation

PutCustomerVerificationRequest

Request object for PUT /customer/verification endpoint.

This endpoint is deprecated per SEP-12 specification. Anchors should use alternative verification methods.

This endpoint allows servers to accept verification data values such as confirmation codes that verify previously provided fields (e.g., mobile_number or email_address).

Tags
see
https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#customer-put-verification

SEP-12 v1.15.0

Table of Contents

Properties

$id  : string|null
$jwt  : string|null
$verificationFields  : array<string|int, string>|null
One or more SEP-9 fields appended with _verification ( *_verification) See: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#customer-put-verification

Properties

$verificationFields

One or more SEP-9 fields appended with _verification ( *_verification) See: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#customer-put-verification

public array<string|int, string>|null $verificationFields = null

        
On this page

Search results