Re: foreign exchange rate API throwing credentials error all the sudden

NesaLeapSM
Regular Visitor

foreign exchange rate API throwing credentials error all the sudden

We are having a sudden issue in our sandbox environment integration with foreign exchange rate,  the requests that were working fine until yesterday suddenly started to throw credential errors around midnight today.

Our certificates were not expired, and furhter more, we created new ones today to test directly using postman, with no avail, the same error happened.

 

Request

curl --location 'https://sandbox.api.visa.com/forexrates/v1/foreignexchangerates' \
--header 'Authorization: Basic MFFPWFJJWlBWNzQ2UlA4OEg0WjcyMVNMeEg2eVBvWFAxU0NjRGFnX0lmOGFiYkR0QTo0NzJMVFM3N0kzOHZJQTEyMDAy' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
    "cardAcceptor":{},
    "destinationCurrencyCode":"MXN",
    "sourceAmount":"1",
    "sourceCurrencyCode":"USD"
}'

 

Response

{
    "responseStatus": {
        "status": 400,
        "code": "9123",
        "severity": "ERROR",
        "message": "Expected input credential was not present",
        "info": ""
    }
}

 

 

 

 

Technical Analyst at Leap Financial
3 REPLIES 3
jenn_kh
Community Moderator

Re: foreign exchange rate API throwing credentials error all the sudden

Hi NesaLeapSMThank you for reaching out. One of our agents will get back to you soon. Until then, if any community member has information you feel may help, please reply to this thread.

NesaLeapSM
Regular Visitor

Re: foreign exchange rate API throwing credentials error all the sudden

Hi!

I also reported this in the contact form and the support team informed got it fixed yesterday

Thanks a lot!

Technical Analyst at Leap Financial
API_Products
Visa Developer Support Specialist

Re: foreign exchange rate API throwing credentials error all the sudden

Hey @NesaLeapSM,

 

Thanks for letting us know the error is fixed. Have a good day. 




Thanks,

Tee



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