Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
November 2023
November 2023
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.
Solved! Go to Solution
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
November 2023
November 2023
Fixed! The correct URL is: https://mte-vrolgateway.visa.com/rsrv_rolsi-mte2/api/getBatchQueue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
November 2023
November 2023
Re: VROL REST Api Problem
Hi @ezecalonge,
Excellent news! Good job on fixing the error and thanks for sharing the solution to the community. 😀