my developers can't seem to get the verifyCard transaction type to work in the sandbox server.
below is what they are seeing and there questions. appreciate and help
TIA
{
"createTransactionRequest": {
"refId": "123456",
"transactionRequest": {
"transactionType": "verifyCard",
"amount": "0",
"payment": {
"creditCard": {
"cardNumber": "5424000000000015",
"expirationDate": "2025-12",
"cardCode": "999"
}
}
}
}
}{
"messages": {
"resultCode": "Error",
"message": [
{
"code": "E00060",
"text": "The transaction type is invalid."
}
]
}
}
09-12-2025 07:43 AM