| 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>" | |
| }, | |
| ] | |
| }, | |
| ] | |
| } | |