@dialstack/sdk-dev / server/src / AccountPortOutPin
Interface: AccountPortOutPin
Defined in: sdk/server/src/index.ts:302
An account's outbound porting PIN.
The PIN authorises moving the account's phone numbers to another provider. It is held by the carrier against each of the account's numbers, and the carrier checks it when a transfer away is requested.
Properties
object
TypeScript
object: "account_port_out_pin";
Defined in: sdk/server/src/index.ts:303
pin
TypeScript
pin: string | null;
Defined in: sdk/server/src/index.ts:310
Five digits, as a string so leading zeros are preserved.
Null when the account owns no phone numbers — it has no PIN yet, because there is nothing to protect. The PIN is created with the first number.