Hi, I created profile-id "CEDACD98-2954-429D-813D-E5E631EC17D7" for merchant-id "wwg_online_b2b", however while hitting the "tms/v1/instrumentidentifiers" POST from the sample code, I am getting error "Profile not found". {"errors":[{"type":"notFound","message":"Profile not found"}]}
Has anyone encountered similar issue?
11-03-2022 05:11 AM
Hey,
We had the same problem. It was related to the profile. The hard-coded profile id isn't valid. You need to get your own profile id from customer support. From what I gather the profile id is used to reference your specific tokens. It's a discount double check if you will that the tokens you are inputting are connected to your account.
11-06-2022 03:56 AM - edited 11-06-2022 03:57 AM
Thanks for your response,
I am not using the hard-coded profile ID that comes in the sample, rather I created a new profile under 'Payment Configuration' -> 'Secure Acceptance' and using the profile-ID of the newly created profile. Although the profile-ID 'CEDACD98-2954-429D-813D-E5E631EC17D7' is linked to the merchant-id "wwg_online_b2b", however still it is giving {"errors":[{"type":"notFound","message":"Profile not found"}]}. I raised this issue to CyberSource customer support but they closed the ticket without any resolution.
11-07-2022 01:30 AM
The profile Id you are sending is not matching your account. You must contact customer support to provide you the OTS Profile Id from your merchant configurations. That should solve it.
Alternatively, if you DO NOT pass the profile-id in the request, it should pick the one set up for your account. Give a try and let us know if that solves the problem.
11-10-2022 02:19 PM