I want to utilize 3-D Secure authentication.
The Inovio payments gateway utilizes 3D Secure authentication, which is an XML-based protocol designed to be an additional security layer for online credit and debit card transactions.
curl-x POST -H "Accept: application/json"
-H "Content-Type: application/json"
{
"request_action" : "CCAUTHCAP",
"pmt_numb" : "4111111111111111",
"pmt_expiry" : "012022",
"li_count_1" : "1",
"li_prod_id_1" : "33605",
"li_value_1" : "1.00",
"cust_email" : "test@example.com",
"bill_addr_zip" : "12345",
"pmt_key" : "123",
"bill_addr_country" : "US",
"xtl_ip" : "111.222.333.222",
"P3DS_ECI" : "05",
"P3DS_CAAV" : "43414359423067534E494A345632684942676C57",
"P3DS_XID" : "%3EOpv62FlrT5qXXXX7DCewKgEBAQI",
"bill_addr" : "123+Street",
"bill_addr_city" : "Someville",
"req_username" : "api%40example.com",
"req_password" : "Example1234",
"site_id" : "11122",
"request_response_format" : "JSON",
"request_api_version" : "4.1",
"request_currency" : "USD",
"merch_acct_id" : "123456",
}'https://api.inoviopay.com/payment/pmt_service.cfm"