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
Solved! Go to Solution
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"
}
Hi,
Thank you for the update.
That worked.