VROL REST Api Problem

Solved! Go to solution
ezecalonge
Regular Visitor

VROL REST Api Problem

Hello!

 

I'm trying to execute the endpoint SIGetBatchQueue, reading the file 2023_ROLRTSIDev_20230126_23.1.pdf I built this request:

 

--header 'Content-Type: application/json' \
--header 'Authorization: Basic <<AUTH>>' \
--data '{
"RequestData": {
"BatchQueueType": "ALL_AWAITING_ACTION_DISPUTE",
"PageNum": 1
}
}'
 
But I receive this error:
 
{
"Status": [
{
"Code": "E-900000500",
"Message": "Resource Name is invalid."
}
]
}
 
I've already contacted my VISA administrator but I haven't got a response from her yet.
2 REPLIES 2
ezecalonge
Regular Visitor

Re: VROL REST Api Problem

Fixed! The correct URL is: https://mte-vrolgateway.visa.com/rsrv_rolsi-mte2/api/getBatchQueue

API_Managers
Visa Developer Support Specialist

Re: VROL REST Api Problem

Hi @ezecalonge,

 

Excellent news! Good job on fixing the error and thanks for sharing the solution to the community.  😀




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.