Address Verifications Object

Address Verifications Object attributes.

Attributes

Name

Type

Description

service_description

string

The description of the verification task.

external_reference_id

string

Optional identifier for the verification task in the customer’s external system. Maximum length is 100 characters.

callback_url

string

The HTTP or HTTPS endpoint to which events related to the verification task will be delivered.

callback_method

string

The HTTP method used for verification task events. Supported methods: post, get.

status

string

The current status of the verification task. Possible values: pending, approved, rejected.

reference

string

The unique reference number for the verification task.

reject_reasons

array[string]

The reason(s) for verification rejection.

reject_comment

string

A detailed compliance comment for a rejected verification. Returns null when there is no rejection comment.

created_at

Date&Time

The date and time the verification task was created.

Relationships

Name

Type

Description

address

to-one

Addresses Object. Returns the address linked to the verification task.

dids

to-many

DID Object. Returns the DIDs linked to the verification task.