Rapyd.Types.Identity (rapyd v1.0.0)

Copy Markdown View Source

A KYC identity verification record.

Summary

Types

t()

@type t() :: %Rapyd.Types.Identity{
  contact: String.t(),
  created_at: integer(),
  document_type: String.t() | nil,
  ewallet: String.t(),
  id: String.t(),
  result: String.t() | nil,
  status: String.t()
}