Experian-IDAuth

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

 new()

        Creates a new object of your derived class. The parent class should contain most of the attributes required for new(). But you can set search_option to either ProveID_KYC or CheckID

 get_result()

        Return the Experian results as a hashref

 save_pdf_result()

        Save the Experian credentials as a PDF

 defaults()

        Return default value

 get_192_xml_report()

        Return 192 xml report

 has_done_request()

lib/Experian/IDAuth.pm  view on Meta::CPAN

=head2 new()

    Creates a new object of your derived class. The parent class should contain most of the attributes required for new(). But you can set search_option to either ProveID_KYC or CheckID

=head2 get_result()

    Return the Experian results as a hashref

=head2 save_pdf_result()

    Save the Experian credentials as a PDF

=head2 defaults()

    Return default value

=head2 get_192_xml_report()

    Return 192 xml report

=head2 has_done_request()

t/failed_request.t  view on Meta::CPAN

    email         => 'john.galt@gmail.com',
    premise       => 'premise',
    folder        => $tmp_dir,
);

throws_ok(
    sub {
        $prove_id->get_result;
    },
    qr/ErrorCode/,
    "Expected die because of invalid credentials"
);

done_testing;



( run in 0.250 second using v1.01-cache-2.11-cpan-4d50c553e7e )