International Processing

I need to process multi-currency, international transactions.

Inovio facilitates global ecommerce with full international currency conversion, enabling merchants to offer global customers the ability to pay in their native currency. Simplifying the checkout experience and eliminating price differentials at the time of purchase can increase sales and reduce credit requests, returns, and chargebacks.

International-right

Sample Code

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

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

  3. {

  4. "request_action" : "CCAUTHCAP",

  5. "pmt_numb" : "4111111111111111",

  6. "pmt_expiry" : "012022",

  7. "li_count_1" : "1",

  8. "li_prod_id_1" : "33605",

  9. "li_value_1" : "1.00",

  10. "cust_email" : "test@example.com",

  11. "bill_addr_zip" : "12345",

  12. "pmt_key" : "123",

  13. "bill_addr_country" : "US",

  14. "bill_addr" : "123+Street",

  15. "bill_addr_city" : "Someville",

  16. "req_username" : "api%40example.com",

  17. "req_password" : "Example1234",

  18. "site_id" : "11122",

  19. "request_response_format" : "JSON",

  20. "request_currency" : "JPY",

  21. "request_api_version" : "4.1",

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

Ready to get started?