Payments

I want to be able to accept payments.

The Inovio payments gateway delivers secure processing for credit card transactions, US ACH, US and EU direct debit, worldwide SMS, and electronic cash payments. With multi-currency support and 3D Secure authentication, our intelligent transaction routing maximizes approvals while also reducing fraud, downgraded transactions, surcharges, returns, and chargebacks.

payments-rigth

Sample Code

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

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

  3. {

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

  5. "req_password" : "xyzzzzyzyzyzy",

  6. "request_action" : "CCAUTHORIZE",

  7. "site_id" : " 123456",

  8. "merch_acct_id" : " 1258",

  9. "cust_fname" : "John",

  10. "cust_lname" : "Doe" ,

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

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

  13. "cust_password" : "xyzyxyxyxy",

  14. "xtl_cust_id" : "testcust11",

  15. "xtl_order_id" : "abc123",

  16. "li_prod_id_1" : "41241",

  17. "li_value_1" : "2.99",

  18. "li_count_1" : "1",

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

  20. "bill_addr_city" : "LosAngeles ",

  21. "bill_addr_state" : "CA",

  22. "bill_addr_zip" : "90001",

  23. "bill_addr_country" : "US",

  24. "pmt_numb" : "4111111111111111",

  25. "pmt_key" : "123",

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

  27. "request_response_format" : "JSON",

  28. "xtl_ip" : "10.00.000.90",

  29. "request_api_version" : "3.6",

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

Ready to get started?