Domain separation and Financial Services Payment Operations
Summarize
Summary of Domain Separation and Financial Services Payment Operations
Domain separation in Financial Services Payment Operations allows the organization of data, processes, and administrative tasks into distinct domains. This separation enables control over user access and visibility to data, which is crucial for managing multiple tenants effectively.
Show less
Key Features
- Data Management: Ensures data is appropriately allocated to the correct domain for service provider use cases.
- Domain-Separated Tables: Key tables such as Consumer, Account, and Contact are domain-separated, enhancing data integrity across different service providers.
- Support for Various Inquiries: Customers can create payment inquiries for issues like Beneficiary Claim Non-Receipt and Payment in Error, facilitating streamlined responses from service providers.
- Claims Management: Agents can initiate claims on behalf of customers, determining the appropriate refund pathway based on whether the inquiry is internal or external.
- Debit Approval Process: Claim agents can create debit approvals for refunds, allowing customers to accept or dispute the proposed refunds.
Key Outcomes
Implementing domain separation enables ServiceNow customers to manage their financial operations more effectively by organizing interactions and data handling based on distinct domains. This leads to improved operational efficiency, better customer service, and clearer pathways for resolving payment-related inquiries and claims.
Domain separation is supported for Financial Services Payment Operations. Domain separation enables you to separate data, processes, and administrative tasks into logical groupings called domains. You can control several aspects of this separation, including which users can see and access data.
Support level: Basic
- Business logic: Ensure that data goes into the proper domain for the application’s service provider use cases.
- The application supports domain separation at run time. The domain separation includes separation from the user interface, cache keys, reporting, rollups, and aggregations.
- The owner of the instance must set up the application to function across multiple tenants.
Sample use case: When a service provider (SP) uses chat to respond to a tenant-customer’s message, the customer must be able to see the SP's response.
For more information on support levels, see Application support for domain separation.
How domain separation works in Financial Services Payment Operations
All FSO integrations applications are built on top of Customer Service Management (CSM) and use many CSM tables. The key reference tables are the customer tables such as Consumer, Account, and Contact, and these tables are domain-separated.
Tables
- sn_bom_payment_inquiry
- sn_bom_payment_inquiry_task
- sn_bom_payment_service
- sn_bom_payment_claim
- sn_bom_payment_claim_task
- sn_bom_checking_account
- sn_bom_saving_account
Use cases
- Payment Inquiry
- Customers have the ability create a payment inquiry via the portal for the following
use cases:
- Beneficiary Claim Non-Receipt (BCNR): The customer has sent a payment, but the intended recipient claims to have never received the money.
- Payment in Error (PiE) – The customer makes a mistake when sending a payment and is trying to retrieve the money.
- Payment Claim
- Inquiry agents can create a claim on behalf of a customer when the bank determines that the claim is valid and the customer is entitled to a refund.
- Debit Approval
- Claim agents create Debit Approvals for customers to approve a refund from a claim. The customer can either accept the debit or dispute or reject it.