C.3.1 OFSLL Vertex Integration
The below image indicates Vertex integration with OFSLL and the associated components.
A brief description of the integrated components are provided below:
Vertex Adapter - This adapter is used to receive OFSLL interface data and create Vertex Specific SOAP Request/Response. Vertex provides FlexibleFields to exchange implementation specific customization data. These fields are mapped to PL/SQL custom fields in Vertex Adapter and can be customized during implementation. However, this is Vertex specific adapter and has to be replaced specifically to support other Tax Vendor.
Common Tax API - When Vertex Adapter receives a response, OFSLL uses Common Tax API to update Sale and Usage Tax details. This adapter contains exit point and can be used to update Tax details from External System.
- QUOTATION_SERVICE
- INVOICE_SERVICE
- CREATE_CERTIFICATE_SERVICE
- CUSTOMER_SERVICE
Also the existing error queue [OFSLL_OUTBOUND_Q] is enhanced to record Vertex interface error messages during the integration.
Note:
During Origination, all Vertex interface calls are handled through user interface and on Funding/Customer Service, these calls are made from database using MDB flow.Table C-13 Vertex services
Service | Description |
---|---|
Quotation Request | It is used to estimate the Tax of the proposed Lease Contract. This service is triggered by OFSLL to estimate tax during Decision/Contract and Lease Payoff Quote. |
Invoice Request | It is used to bill the Tax for the Lease Contract. This service is triggered by OFSLL to record tax during Funding and Lease transaction posting. |
Delete Request | It is used to reverse Vertex Invoice request. Every Vertex Invoice request trigged from OFSLL use transactionId to stamp OFSLL internal transaction reference. This internal transaction id is used by this service to reverse Vertex Invoice request based on OFSLL reversal. |
Create Customer Request | It is used to register a Customer. |
Create Certificate Request | It is used to upload Tax Exception Certificate Id for Customer. |
Parent topic: External Lease Tax Calculation