The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /service/PerformCCAction HTTP/1.1
Host: www.bernhardt.com
Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Length: length
{"ticket":"String","action":"String","demo":false,"ccNumber":"String","ccName":"String","ccAddress1":"String","ccAddress2":"String","ccCity":"String","ccState":"String","ccZipcode":"String","ccExpirationDate":"String","cvv":"String","customerID":"String","companyName":"String","phone":"String","email":"String","orderNumber":"String","last4":"String","token":"String","amount":0,"poNumber":"String","invoiceNo":"String","previousTransactionID":"String","referenceNumber":"String"}
HTTP/1.1 200 OK
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Length: length
{"token":"String","transactionNo":"String","success":false,"errorMSG":"String","completeXMLResponse":"String","extraData":["String"]}