{ "opencollection": "1.0.0", "info": { "name": "Visa Business Data Solutions", "version": "1" }, "items": [ { "info": { "name": "Push Authorization Data API", "type": "folder" }, "items": [ { "info": { "name": "Send Auth Data", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/Any_Client_URL", "body": { "type": "json", "data": "{}" } }, "docs": "Authorization Push" } ] }, { "info": { "name": "Business Data Corporate Setup API", "type": "folder" }, "items": [ { "info": { "name": "Get starter data", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.comcdsapi/commercial/v1/ob/starterdata", "body": { "type": "json", "data": "{}" } }, "docs": "Get starter data" } ] }, { "info": { "name": "Registered User Details Service", "type": "folder" }, "items": [ { "info": { "name": "RegisteredUserDetails", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/CPRAPI/v1/registeredUserDetails", "body": { "type": "json", "data": "{}" } }, "docs": "RegisteredUserDetails" } ] }, { "info": { "name": "Authorization Data API", "type": "folder" }, "items": [ { "info": { "name": "Get Authorization Data", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vbs/dapi/v1/transactions/auth", "headers": [ { "name": "clientId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Authorization Data" } ] }, { "info": { "name": "Business Data Transactions API", "type": "folder" }, "items": [ { "info": { "name": "Get card transaction data", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/cdsapi/commercial/v1/ob/trxndata", "headers": [ { "name": "clientId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get card transaction data" }, { "info": { "name": "Get Transaction and Enhanced Data", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vbs/dapi/v1/transaction_enhanced", "headers": [ { "name": "clientId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Transaction & Enhanced Data" } ] }, { "info": { "name": "VCS Enrollment API", "type": "folder" }, "items": [ { "info": { "name": "VCS Registration", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vocs/v1/register", "body": { "type": "json", "data": "{}" } }, "docs": "The Register endpoint is used for registration of corporate companies, cards, users and association between user and card. For the request to be valid, we need company details and primary card" }, { "info": { "name": "VCS Registration", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.api.visa.com/vocs/v1/register", "body": { "type": "json", "data": "{}" } }, "docs": "The Register endpoint is used to add additional cards and users and provide assopciations required" }, { "info": { "name": "Get Status", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.visa.com/CPRWeb/getUserStatus", "headers": [ { "name": "clientId", "value": "" } ], "params": [ { "name": "userEmail", "value": "", "type": "query", "description": "Email Id of the registered user." }, { "name": "service", "value": "", "type": "query", "description": "This is the service code correspond to the service you want to subscribe to. Code is VSCB for Visa Spand Clarity for Business." } ] }, "docs": "The Issuer passes userEmail and service to check user creation status." } ] } ], "bundled": true }