I was able to add other TCT controls but failing for FUNDS_TRANSFER,
How do I resolve the error below?
{
"metainfo": {
"Description": "Invalid Data",
"Code": 422
},
"error": ["The following transaction type rules are not supported: TCT_FUNDS_TRANSFER"]
}
Hi @Kennethrayg,
To further investigate, please provide the following information:
1. End Point
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body
here you go...
Raw Response:
HTTP/1.1 422 Unprocessable Entity
Server: Apache
X-SERVED-BY: l55c013
X-CORRELATION-ID: 1531439551_284_93_l55c013_VDP_ARM
X-Backside-Transport: FAIL FAIL,FAIL FAIL
X-OPNET-Transaction-Trace: a2_16c3bafc-29e3-42f0-b913-5d512ff78991
Strict-Transport-Security: max-age=31536000; includeSubDomains ,max-age=2592000;includeSubdomains
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Expires: -1
X-Global-Transaction-ID: 3629266561
X-APP-STATUS: 422
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Type: application/json;charset=UTF-8
Content-Language: en-US
Content-Length: 141
Date: Thu, 12 Jul 2018 23:52:32 GMT
Connection: close
{"metainfo":{"Description":"Invalid Data","Code":422},"error":["The following transaction type rules are not supported: TCT_FUNDS_TRANSFER"]}
Raw Request:
POST https://sandbox.api.visa.com/vctc/customerrules/v1/consumertransactioncontrols/ctc-vd-4d53c4cb-3982-... HTTP/1.1
Accept-Encoding: gzip,deflate
accept: application/json
Content-Type: application/json
Authorization: Basic SVBBVDY2T1NCUlo1UFJIRldXTVQyMXNVdDRmZVBvSXg3bzl2Qk5PazZEUXNOQUhONDpKOEJ1WmY3bFN6bndrTGdHcWhIMUlkTjlJMnZkcDdkTkg0NFI=
Content-Length: 262
Host: sandbox.api.visa.com
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
{
"transactionControls": [
{
"controlType": "TCT_FUNDS_TRANSFER",
"isControlEnabled": true,
"shouldDeclineAll": false,
"shouldAlertOnDecline": false,
"declineThreshold": 200,
"alertThreshold": 10,
"userIdentifier": "Jim",
"shouldTargetSpecificCard": false
}
]
}
Hi @Kennethrayg,
I'll take a look and get back to you soon!
Hi @Kennethrayg,
There is an unsupported rule type error when adding the TCT_FUNDS_TRANSFER controls in the sandbox because TCT_FUNDS_TRANSFER was removed from the control type and combined with ATM.