Re: VBDS APIs are erroring out with 500 status code

Solved! Go to solution
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: VBDS APIs are erroring out with 500 status code

Hi @shuhood,

 

Our tech team is working to fix the issue, I hope to have an update soon. 


Best,
Stacey

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

Re: VBDS APIs are erroring out with 500 status code

Hi @shuhood,

 

Our tech team let me know that the issue has been fixed, please retry and in case of error, please share x-correlation-id. Thank you for your continued patience.


Best,
Stacey

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

Re: VBDS APIs are erroring out with 500 status code

Thanks Stacey, the fix helped in the case of authorization data API. Now able to retrieve around 2000 records of auth data.
But Transaction Data (/trxndata) and Enhanced Card Transaction Data (enhanceddata) still return empty response. Can you please share the sample POST payload that would work in our case?
Details:

Transaction Data:

 

 

Request:
URL: https://sandbox.api.visa.com/cdsapi/commercial/v1/ob/trxndata
Method: POST
Body: 
{
    "issuer": {
        "metadata": {
            "startIndex": 0,
            "endDate": "2021/03/20",
            "startDate": "2021/03/01"
        },
        "bank": [
            {
                "bankId": "999999",
                "processorId": 1,
                "regionId": 1,
                "company": [
                    {
                        "companyId": "12345"
                    }
                ]
            }
        ]
    }
}

Response:
Status Code: 200
Header: 
X-CORRELATION-ID : "1624988144_205_1036880086_l73c014_VDP_WS"

Body:
{
    "transactionData": {
        "responseMetadata": {
            "requestId": "1624988144_205_1036880086_l73c014_VDP_WS"
        },
        "starterInfo": {}
    }
}

 

 

Enhanced Card Transaction Data

Tried same payload but empty response
URL: https://sandbox.api.visa.com/cdsapi/commercial/v1/ob/enhanceddata

X-CORRELATION-ID: "1624988290_085_735402930_l73c015_VDP_WS"


Thanks

SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: VBDS APIs are erroring out with 500 status code

Hi @shuhood,

 

Great to know that authdata API is working for you. Let me check on the other two and get back.


Best,
Stacey

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

Re: VBDS APIs are erroring out with 500 status code

Hi @Stacey,
Thanks for your continuous support.
Please let me know if you have updates on transaction & enhancedTransaction APIs.

Thanks
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: VBDS APIs are erroring out with 500 status code

Hi @shuhood,

 

In order to receive sandbox data for trxndata and enhanceddata, the VBDS product team needs to configure it in the backend. I've reached out to the product team multiple times, but I have not received a response unfortunately. I will continue to follow up and update you as soon as I hear anything back. If you are working with a Visa Account Manager on your VBDS integration, I encourage you to contact your Visa AE, to help expedite your sandbox access. 


Best,
Stacey

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

Re: VBDS APIs are erroring out with 500 status code

Hi @shuhood,

 

The VBDS product team let me know that Transaction and Enhanced Data APIs were not in the original scope of your project, hence sandbox data and access were not setup for those two APIs. Please reach out to your Visa AE to discuss further. Thanks. 


Best,
Stacey

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