VBDS - Starter API

Solved! Go to solution
giswas
Helper

VBDS - Starter API

Hi,

 

I have been trying to get a successful response from the Started API under VBDS. I belive the sample request / parameters are not complete in the documentation. 


Can i get a sample request for this API for a successful response ? 

 

Endpoint: https://sandbox.api.visa.com/cdsapi/commercial/v1/ob/starterdata

X-CORRELATION-ID: 1567004105_704_180525456_l73c017_VDP_WS

 

Starter API.PNG

 

 

2 REPLIES 2
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: VBDS - Starter API

Hi @giswas,

Please try below test data and let me know if you can get a response successfully. We are in the process of updating the documentation on VDP.

{
"issuer" : {
"metadata" : {
"adhoc":"true"
},
"bank" : [ {
"regionId" : "1",
"processorId" : "1",
"bankId" : "1940"
},
{
"regionId" : "1",
"processorId" : "2",
"bankId" : "5126"
}]
},
"companyFields": "all",
"departmentFields": "all",
"cardHolderFields": "all",
"cardAccountFields": "all"
}


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.
giswas
Helper

Re: VBDS - Starter API

Hi,

 

Thank you for the update. 

That worked.