File size: 1,020 Bytes
c398ab5
b9bd7a9
6a68d04
c398ab5
 
 
 
 
 
 
 
f31bfcd
c398ab5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32


IP_WEB_SERVER = "https://agds-datasvc.effyispayment.com"
SERVICES_API = IP_WEB_SERVER+"/services/"
ADD_SERVICES_API = IP_WEB_SERVER+"/add_services"
ADD_STORE_DOCUMENT = IP_WEB_SERVER+"/add_and_store_document"
DOCUMENT_API = IP_WEB_SERVER+"/documents"
REMOVE_DOCUMENTS_API = IP_WEB_SERVER+"/remove_documents"
REMOVE_SERVICE_API = IP_WEB_SERVER+"/remove_service"
GET_NUM_PAGES = IP_WEB_SERVER+"/get_num_pages"
RESPONSE_API = IP_WEB_SERVER+"/structure_response"
RESPONSE_TXT_API = IP_WEB_SERVER+"/structure_response_text"
DEFAULT_SCHEMA = {
    "GeographicContext": "<variable>",  
    "SubGeographicContext": "<variable>",  
    "Channel": "<variable>",  
    "RateType": "<variable>",  
    "Notes": ["<variable>"],  
    "Rates": [
        {
            "PaymentProduct": "<variable>",  
            "Details": [
                {
                    "FeeTier": "<variable>",  
                    "IRD": ["<variable>"],  
                    "Rate": "<variable>"  
                },
            ]
        },
    ]
}