{ "opencollection": "1.0.0", "info": { "name": "Foreign Exchange Rates Single Use Account Pool Maintenance Service API", "version": "1" }, "items": [ { "info": { "name": "Single Use Account Pool Maintenance Service", "type": "folder" }, "items": [ { "info": { "name": "Update Proxy Pool", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vpa/v1/proxy/UpdateProxyPool", "body": { "type": "json", "data": "{}" } }, "docs": "The Update operation, allows the consumer to update the details of a proxy pool." }, { "info": { "name": "Get Proxy Pool", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vpa/v1/proxy/GetProxyPool", "body": { "type": "json", "data": "{}" } }, "docs": "The Get operation allows the consumer to get the details of a proxy." }, { "info": { "name": "Manage Proxy", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vpa/v1/proxy/ManageProxy", "body": { "type": "json", "data": "{}" } }, "docs": "Manage Proxy" }, { "info": { "name": "SUA Get Account Status", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vpa/v1/proxy/GetAccountStatus", "body": { "type": "json", "data": "{}" } }, "docs": "SUA Get Account Status" }, { "info": { "name": "Delete Proxy Pool", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.api.visa.com/vpa/v1/proxy/DeleteProxyPool", "body": { "type": "json", "data": "{}" } }, "docs": "The Delete operation allows the consumer to delete a proxy pool from a buyer." }, { "info": { "name": "Create Proxy Pool", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.visa.com/vpa/v1/proxy/CreateProxyPool", "body": { "type": "json", "data": "{}" } }, "docs": "The Create operation allows the consumer to create a new proxy pool for a buyer." } ] } ], "bundled": true }