CRM Integration

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.

cmr-right

Sample Code

  1. curl-x POST -H "Accept: application/json"

  2. -H "Content-Type: application/json"

  3. "req_username" : "test@inovio.com",

  4. "req_password" : "xyzzzzyzyzyzy",

  5. "request_action" : "CCAUTHCAP",

  6. "site_id" : " 123456",

  7. "merch_acct_id" : " 1258",

  8. "cust_fname" : "John",

  9. "cust_lname" : "Doe" ,

  10. "cust_email" : "email%40example.com",

  11. "cust_login" : "test@inovio.com",

  12. "cust_password" : "xyzyxyxyxy",

  13. "xtl_cust_id" : "testcust11",

  14. "xtl_order_id" : "abc123",

  15. "li_prod_id_1" : "41241",

  16. "li_value_1" : "2.99",

  17. "li_count_1" : "1",

  18. "bill_addr" : "1%20Main",

  19. "bill_addr_city" : "LosAngeles ",

  20. "bill_addr_state" : "CA",

  21. "bill_addr_zip" : "90001",

  22. "bill_addr_country" : "US",

  23. "pmt_numb" : "4111111111111111",

  24. "pmt_key" : "123",

  25. "pmt_expiry" : "10%2F2020",

  26. "request_response_format" : "JSON",

  27. "xtl_ip" : "10.00.000.90",

  28. "request_api_version" : "3.6",

  29. }'https://api.inoviopay.com/payment/pmt_service.cfm"

Ready to get started?