You are on page 1of 2

Create Retailer

Email must be our work email for testing


Google.com
Organization: credova
Vertical: appliances
Lead Source: similar web
Contacts: autocomplete
Password: must be different of Credova123!, because we need to change it

 Activate Retailer
 Api Credentials: Shop Type: Ecommerce + Retailer
 Financing partners: 1, 3, 5 ->
 Options ->
 Bank account Validation option: Decision logic
 GIACT response code: default credova
 Bank authentication matrix per industry: test credova
 One click signature: both
 Stores: same name, Activate
 Log into retailer dashboard, change password to Credova123! And log again
 Change Status to “Integration and try to log in”

TASKS

This emails are being sent depending of the activation Date, for that case we need to change that
date in the Database so we can test the emails templates; for example:
{days: 7, template: "fp-one-week-no-pre-qualifications" } = A retailer with no prequalifications in
7 days the system will send “fp-one-week-no-pre-qualifications” email

 SendEmailNoPrequalificationTask:
The emails will be send to the emails configured in the Retailer.Email

var emailNotificationSettingList = new Dictionary<int, string>()


{
{days: 7, template: "fp-one-week-no-pre-qualifications" },
{ days:15,template: "fp-two-week-no-pre-qualifications" },
{ days:30,template: "fp-thirty-days-no-pre-qualifications" },
{days: 75, template: "fp-retailer-seventy-five-days-deactivation" },
{ days:120, template: "fp-retailer-hundred-and-twenty-days-deactivation" }
};

 SendEmailNoRetailerContractsTask
The emails will be send to the emails configured in the the contact Section, make sure check the
box to send emails

{Days: 50, template: "fp-retailer-fifty-days-no-contracts" },


{Days: 90, template: "fp-retailer-ninety-days-no-contracts" }

 SendEmailSalesRepresentativeNoUseTask
The emails will be send to the emails configured in the the Representatives section, make sure you
configure your user depending of the field

{ Days: 7, template: "fp-sales-one-week-no-use"}


{Days: 30, template: "fp-sales-thirty-days-no-use"}

 SendEmailToAccountExecutiveRetailersTask
The emails will be send to retailer.AccountExecutive.Email
fp-retailer-no-activity-to-account-executive",

PENDING(Only send in Dev and Production environments)

You might also like