Verification Sessions
Create a Verification
POST
/
accounts
/
{acc_id}
/
verification_sessions
Creates an AccountVerificationSession of the provided type.
Path Parameters
acc_id
string
requiredID of the Account.
Body
type
enum
requiredThe type of AccountVerificationSession to create. See Verification Types.
Returns
Returns an AccountVerificationSession object.