Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.37 KB

File metadata and controls

39 lines (27 loc) · 1.37 KB

GetPhoneNumber200ResponsePhoneNumber

Properties

Name Type Description Notes
id String [optional]
phoneNumber String [optional]
status StatusEnum [optional]
country String [optional]
metaPreverifiedId String [optional]
metaVerificationStatus String [optional]
onfidoVerificationUrl String For a regulated number with an Onfido ID step — the link to forward to the end user. Appears once the order is placed; null otherwise. [optional]
endUserFirstName String [optional]
endUserLastName String [optional]
regulatoryDeclineReason String Reviewer rejection reason when status is regulatory_declined. [optional]
provisionedAt OffsetDateTime [optional]

Enum: StatusEnum

Name Value
PENDING_PAYMENT "pending_payment"
PENDING_REGULATORY "pending_regulatory"
REGULATORY_DECLINED "regulatory_declined"
PROVISIONING "provisioning"
VERIFYING "verifying"
ACTIVE "active"
SUSPENDED "suspended"
RELEASING "releasing"
RELEASED "released"