Re: vts trConfigIssue with clientAppID

BastienB
New Contributor

vts trConfigIssue with clientAppID

Hello,

We are currently working on the implementation of the vts provisionedTokens API.
No matter the endpoint we use (vts/provisionedTokens, vts/panEnrollments) we always got the following error:

```json
{'errorResponse': {'status': 400, 'message': 'Input is invalid or inconsistent with the profile.', 'reason': 'trConfigIssue', 'details': [{'location': 'clientAppID'}]}}
```

I don't know if i need to change the clientAppID we use, but i take the one showing in our application dashboard url:
`https://developer.visa.com/portal/app/5cbdbedc-XXXX-XXXX-XXXX-9d9712ed92ef`

just for information we are able to use the `vdp/helloworld` endpoint without problem and same for `merchant-api-ic/onboarding`.


Regards,
Bastien

2 REPLIES 2
SyedSa
Community Moderator

Re: vts trConfigIssue with clientAppID

Hi @BastienBThank you for reaching out! An agent will get back to you as soon as possible. Until then, if any community member knows a solution, feel free to reply in this thread.

DianaVisaPM
Visa Developer Support Specialist

Re: vts trConfigIssue with clientAppID

Hey @BastienB,

 

The error message you are encountering indicates that there is an issue with the `clientAppID` you are using:
```json
{'errorResponse': {'status': 400, 'message': 'Input is invalid or inconsistent with the profile.', 'reason': 'trConfigIssue', 'details': [{'location': 'clientAppID'}]}}
```

Here are some steps you can take to troubleshoot and resolve this issue:

1. Verify ClientAppID:
- Make sure that the `clientAppID` you are using is correct. This ID should match the one assigned to your application in the Visa Developer Portal, which you can find in your application dashboard URL.

2. Check API Configuration:
- Ensure that your application is properly configured to use the vts provisionedTokens API. This includes verifying that you have the correct API keys, certificates, and other credentials set up in the Visa Developer Portal.

3. Review API Documentation:
- Go through the API documentation on the Visa Developer at https://developer.visa.com/ site for the vts provisionedTokens API and vts panEnrollments API. Make sure that all the required parameters are included and correctly formatted in your request.




Thanks,

Diana



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.