PutCustomerVerificationRequest
in package
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
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
$id
public
string|null
$id
= null
The ID of the customer as returned in the response of a previous PUT request.
$jwt
public
string|null
$jwt
= null
jwt token previously received from the anchor via the SEP-10 authentication flow
$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