I want to integrate inovio into my CRM.
If you own or are building a proprietary Customer Relationship Management (CRM) tool, we can provide the APIs you need to integrate your system with Inovio. If you are using a third-party CRM that doesn’t already integrate with us, please request that its developers contact Inovio, and we’ll provide them the APIs they need.
curl-x POST -H "Accept: application/json"
-H "Content-Type: application/json"
"req_username" : "test@inovio.com",
"req_password" : "xyzzzzyzyzyzy",
"request_action" : "CCAUTHCAP",
"site_id" : " 123456",
"merch_acct_id" : " 1258",
"cust_fname" : "John",
"cust_lname" : "Doe" ,
"cust_email" : "email%40example.com",
"cust_login" : "test@inovio.com",
"cust_password" : "xyzyxyxyxy",
"xtl_cust_id" : "testcust11",
"xtl_order_id" : "abc123",
"li_prod_id_1" : "41241",
"li_value_1" : "2.99",
"li_count_1" : "1",
"bill_addr" : "1%20Main",
"bill_addr_city" : "LosAngeles ",
"bill_addr_state" : "CA",
"bill_addr_zip" : "90001",
"bill_addr_country" : "US",
"pmt_numb" : "4111111111111111",
"pmt_key" : "123",
"pmt_expiry" : "10%2F2020",
"request_response_format" : "JSON",
"xtl_ip" : "10.00.000.90",
"request_api_version" : "3.6",
}'https://api.inoviopay.com/payment/pmt_service.cfm"