i have tested the api with the following input
{
"language":"en",
"command":"SUBMIT_TRANSACTION",
"test":true,
"merchant":{
"apiKey":"6u39nqhq8ftd0hlvnjfs66eh8c",
"apiLogin":"11959c415b33d0c"
},
"transaction":{
"order":{
"accountId":"509171",
"referenceCode":"1459910660081509",
"description":"1 x apple juicy green apple; ",
"language":"en",
"signature":"0507902d956f9b72dbd028d648155118",
"notifyUrl":"
http://www.tes.com/confirmation",
"additionalValues":
{"TX_VALUE":{
"value":"1.22",
"currency":"COP"
}
}
},
"creditCard":{
"number":"4111111111111111",
"securityCode":"123",
"expirationDate":"2018/01",
"name":"APPROVED"
},
"type":"AUTHORIZATION_AND_CAPTURE",
"paymentMethod":"VISA",
"paymentCountry":"CO",
"deviceSessionId":"5ac46def08454f0da14644635f594532",
"ipAddress":"110.142.10.159",
"cookie":"o1cumvena0v2ogmagnl09klj05",
"userAgent":"Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"
}
}
i get the response
<paymentResponse>
<code>ERROR</code>
<error>The payment method [VISA] is not supported</error>
</paymentResponse>
Could you please tell what is wrong