I get an error "code" : "E00003"when submitting the following JSON.
{
"createTransactionRequest":{
"merchantAuthentication":{
"name":"",
"transactionKey":""
},
"refId":"Driver 1",
"transactionRequest":{
"transactionType":"authCaptureTransaction",
"amount":"100.00",
"payment":{
"creditCard":{
"cardNumber":"4111111111111111",
"expirationDate":"05/25",
"cardCode":"111"
}
},
"order":{
"description":"In Home Rug Cleaning",
"invoiceNumber":"1233"
},
"userFields":{
"userField":{
"name":"Order ID",
"value":"DDF72A74-68EB-4565-B41C-A9BA453A851D test"
}
}
}
}
}
Solved! Go to Solution.
09-06-2022 02:41 PM
I caught the error - the items in the "order" element were out of order. 1) invoiceNumber 2) description
09-06-2022 03:14 PM
I caught the error - the items in the "order" element were out of order. 1) invoiceNumber 2) description
09-06-2022 03:14 PM