get

suspend fun get(id: String? = null, memo: ULong? = null, type: String? = null, lang: String? = null): GetCustomerResponse

Get customer information.

Return

a customer data object

Parameters

id

(optional) The ID of the customer as returned in the response of a previous PUT request. If the customer has not been registered, they do not yet have an id.

memo

(optional) the client-generated memo that uniquely identifies the customer. If a memo is present in the decoded SEP-10 JWT's sub value, it must match this parameter value.

type

(optional) the type of action the customer is being KYCd for.

lang

(optional) Defaults to en. Language code specified using ISO 639-1. Human-readable descriptions, choices, and messages should be in this language.