Input for encPaymentInstrument is invalid or inconsistent with the profile
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2021
April 2021
Input for encPaymentInstrument is invalid or inconsistent with the profile
I'm tring to test :
https://cert.api.visa.com/vts/provisionedTokens?apiKey=******
with this body :
{"locale": "en_US",
"clientAppID": "myFatoorah-test",
"clientWalletAccountID": "TEST042219512",
"panSource": "MANUALLYENTERED",
"presentationType": [
"ECOM"
],
"encPaymentInstrument":"eyJhbGciOiJBMjU2R0NNS1ciLCJpdiI6IkI1QkJscWExbnY1OFk1N1IiLCJ0YWciOiJ5SjBxVmpESTNfU3hNcGJvRlgybjVnIiwiZW5jIjoiQTI1NkdDTSIsImtpZCI6IkU0UlMyWlpYOEdXRVYwQVExS0RIMTM1SFNmSzJ4NnR4NUl5NGRUWU8tUDZ6TGNYSkEifQ.U8ea4YYNjm4r6QwEuSh-JTUeeE405L0mZicBvfvKYME.74o_N3nNTO0l6kHA.7dwlPVWM8OoqHhE6Q-NoFEulo3ztn20FQHwfozsVcAKRhhNtwt4IAFRdCmcxKa1R_LUVwSnwDb_lUeA5JQfaXQZ1jJizeLAKgsM7Yg8KWj79FjRozVW2VCch6IL2qXeufXIUKnJH948TMPzLWgBY-iECN9GzAkTnzmEPQYUJQLHvvin30i6B-ROMmCcOAN-1WNYM37sTkYiAvmp0gZcbVb-3ql1eSa01KY31rjVcMNTX44ultsqhQATX7qliwbowv3uFczIWqFlrkortA4usEnTcIdjgybiX_RCnTyewXDlD7IGXNSWm1wh9BNcSizztE0wFZK_lS8I-SVgT7mX2SfdBRnbO3OLm0I48-LxqpU60CxtTEY6lKKqGNcO-I0goJQZOC2P3taVBx315Vi5-qLm6cOik5kQ.icOOBdMtdAf_rm3-jEJOTA",
"consumerEntryMode": "KEYENTERED",
"protectionType": "SOFTWARE",
"clientWalletAccountEmailAddress": "test@visa.com",
"clientWalletAccountEmailAddressHash": "zmIoP0aEmZTgjK25dalVZcxxxxxsTp9czJAKYg"
}
i get this error :
"errorResponse": {
"status": 400,
"message": "Input for encPaymentInstrument is invalid or inconsistent with the profile.",
"reason": "invalidParameter",
"details": [
{
"location": "encPaymentInstrument"
}
]
}
what is my error please
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
April 2021
April 2021
Re: Input for encPaymentInstrument is invalid or inconsistent with the profile
Hi @adamlee,
I see that you are calling the cert.api.visa.com VTS endpoint. Can you please confirm that your project has been promoted to certification testing? If yes, please contact developer@visa.com and include the following information:
1. Project name
2. The region that you are located so a regional Visa representative can provide further assistance
Thank you.
Best,
Stacey
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.