I am using the REST API and it works great in sandbox but when I get to production I get an error when trying to tokenize a credit card. I get the error message...
Error calling PostInstrumentIdentifier: {"errors":[{"type":"notFound","message":"Profile not found"}]} at CyberSource.Api.InstrumentIdentifierApi.PostInstrumentIdentifierWithHttpInfo(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest, String profileId, Nullable`1 retrieveBinDetails)
I created a profile under secure acceptance settings. I grab the profile ID and add it to my api call but I get the profile not found error message
05-11-2025 11:34 AM