Create Verify Transaction

POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyTransactions

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Verify Transaction.

Request Body

{"sendNotification"=>{"phone"=>"{{phone}}", "email"=>"{{email}}"}, "verifyPolicy"=>{"id"=>"{{verifyPolicyID}}"}, "requirements"=>{"referenceSelfie"=>{"value"=>"{{base64EncodedData}}"}, "phone"=>{"value"=>"{{phone}}"}, "email"=>{"options"=>["{{email}}", "test@mailinator.com"]}, "given_name"=>{"options"=>["Robert", "Bob"]}, "family_name"=>{"value"=>"Redford"}, "name"=>{"value"=>"Robert Redford"}, "address"=>{"options"=>["4321 Main Street #407, Hollywood, CA 90027", "4321 Main Street Apt 407, Hollywood, CA 90027"]}, "birth_date"=>{"value"=>"1984-08-02"}}, "callback"=>{"url"=>"https://example.com/testUrl2", "headers"=>{"x-environment-id"=>"{{envID}}", "x-phone"=>"{{phone}}"}}, "redirect"=>{"url"=>"https://example.com", "message"=>"Redirect message"}}