0% found this document useful (0 votes)
14 views

Email Template Seeder Refacto ORder

The document contains a mapping of notification types for various events in a financial system. There are notifications for deposits that notify admins and users, notifications for sending and receiving money that notify senders, receivers and admins, and notifications for requesting money that notify request receivers, request senders when money is received, and admins. There are also notifications for exchanges, withdrawals, merchant payments, tickets and disputes that notify relevant parties. Common notifications include two-factor authentication, verification, password resets and user status changes.

Uploaded by

imtiaze.techvill
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Email Template Seeder Refacto ORder

The document contains a mapping of notification types for various events in a financial system. There are notifications for deposits that notify admins and users, notifications for sending and receiving money that notify senders, receivers and admins, and notifications for requesting money that notify request receivers, request senders when money is received, and admins. There are also notifications for exchanges, withdrawals, merchant payments, tickets and disputes that notify relevant parties. Common notifications include two-factor authentication, verification, password resets and user status changes.

Uploaded by

imtiaze.techvill
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

0 => "2-Factor Authentication"

1 => "Bank Transfer"


2 => "Bank Transfer Status Change"
3 => "Deposit Notification - Admin"
4 => "Deposit via Admin"
5 => "Dispute Reply"
6 => "Exchange Notification - Admin"
7 => "Identity Verification"
8 => "Merchant Payment Status Change"
9 => "Password Reset"
10 => "Payment Notification - Admin"
11 => "Received"
12 => "Request Acceptance Notification - Admin"
13 => "Request Payment Acceptance"
14 => "Request Payment Creation"
15 => "Request Payment Status Change"
16 => "Ticket"
17 => "Ticket Reply"
18 => "Transfer & Received Status Change"
19 => "Transfer Notification - Admin"
20 => "Transferred"
21 => "User Status Change"
22 => "User Verification"
23 => "Withdrawal Notification - Admin"
24 => "Withdrawal Status Change"
25 => "Withdrawal via Admin"

0 => "2-Factor Authentication" => 19 2-fa OTP Code


1 => "Bank Transfer" => 3 remove code
2 => "Bank Transfer Status Change" => 7 remove
3 => "Deposit Notification - Admin" => 23 Notify Admin for User Deposit
4 => "Deposit via Admin" => 30 Notify User on Deposit via Admin
5 => "Dispute Reply" => 13 Notify Users on Admin Dispute Reply
6 => "Exchange Notification - Admin" => 25 Notify Admin on Money Exchange
7 => "Identity Verification" => 21 Notify User on
Verification Status Change
8 => "Merchant Payment Status Change" => 14 it would be replace by Transaction
Status Change By System Administrator
9 => "Password Reset" => 18 User Password Reset
10 => "Payment Notification - Admin" => 28 Notify Admin on Merchant Payment
11 => "Received" => 2 Notify Receiver on Send Money
12 => "Request Acceptance Notification - Admin" => 27 Notify Admin on Money
Request Acceptance
13 => "Request Payment Acceptance" => 5 Notify Request Creator on Money
Request Acceptance
14 => "Request Payment Creation" => 4 Notify User on Money Request
15 => "Request Payment Status Change" => 8 it would be replace by Transaction
Status Change By System Administrator
16 => "Ticket" => 11 Notify to Admin/User/Assignee on Ticket
Creation
17 => "Ticket Reply" => 12 Notify Admin/User on Ticket Reply
18 => "Transfer & Received Status Change" => 6 it will be replace by
Transaction Status Change By System Administrator
19 => "Transfer Notification - Admin" => 26 Notify Admin on Send Money
20 => "Transferred" => 1 Notify Sender on Send Money
21 => "User Status Change" => 29 Notify User on Status Change
22 => "User Verification" => 17 Email Verfication
23 => "Withdrawal Notification - Admin" => 24 Notify Admin on Money Withdrawal
24 => "Withdrawal Status Change" => 10 it will be replace by Transaction
Status Change By System Administrator
25 => "Withdrawal via Admin" => 31 Notify User on Withdrawal via Admin

19, 3, 7, 23,30,13,25,21,14,18,28,2,27,5,4,8,11,12,6,26,1,29,17,24,10,31

1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28,
29, 30, 31

Deposit
=============
23. Notify Admin
30. Notify User on Deposit via Admin

Send Money
=======================
1. Notify Sender
2. Notify Money Receiver
26. Notify Admin

Request Money
===========================
4. Notify Request Receiver [notify-request-receiver]
5. Notify Request Sender on Money Received [notify-request-sender-on-money-
received]
27. Notify Admin on Money Received

Exchange
=================
25. Notify Admin [notify-admin]

Withdrawal
========================
24. Notify Admin [notify-admin]
25. Notify User on Withdrawal via Admin [notify-user-on-withdrawal-via-admin]

Merchant Payment
=======================
Notify Merchant (x)
28. Notify Admin

Ticket
===================
11. New Ticket (Admin/User/Assignee) (x)
12. Ticket Reply (Admin/User)
// Status Change (x)

Dispute
=================
Open Dispute (Merchant/Admin) (x)
13. Dispute Reply (Admin/merchant/user)
// Status Change (x)

Common
19. Two-fa Authentication
21. Address/Identity Verification
17. Email Verification
18. Password Reset
29. User Status Change
Transaction Status [common to all transaction status]

You might also like