{ "opencollection": "1.0.0", "info": { "name": "Core Transactions API", "version": "0.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Create quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions/quote", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a quote for a transaction." }, { "info": { "name": "List account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.sandbox.uphold.com/core/accounts/:accountId/transactions", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The account id." }, { "name": "perPage", "value": "", "type": "query", "description": "The number of items per page." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List transactions for an account." }, { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "params": [ { "name": "perPage", "value": "", "type": "query", "description": "The number of items per page." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List transactions associated with a user." }, { "info": { "name": "Create transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create transaction from a quote." }, { "info": { "name": "Get transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions/:transactionId", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "The transaction id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve an existing transaction by id." }, { "info": { "name": "List requests for information", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions/:transactionId/requests-for-information", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "The transaction id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List requests for information associated with a transaction." }, { "info": { "name": "Get request for information", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions/:transactionId/requests-for-information/:requestForInformationId", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "The transaction id." }, { "name": "requestForInformationId", "value": "", "type": "path", "description": "The request for information id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a request for information associated with a transaction." }, { "info": { "name": "Update request for information", "type": "http" }, "http": { "method": "PUT", "url": "https://api.enterprise.sandbox.uphold.com/core/transactions/:transactionId/requests-for-information/:requestForInformationId", "headers": [ { "name": "X-On-Behalf-Of", "value": "" }, { "name": "X-Uphold-User-Ip", "value": "" }, { "name": "X-Uphold-User-Agent", "value": "" }, { "name": "X-Uphold-User-Origin", "value": "" }, { "name": "X-Uphold-User-Country", "value": "" }, { "name": "X-Uphold-User-Subdivision", "value": "" }, { "name": "X-Uphold-User-City", "value": "" } ], "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "The transaction id." }, { "name": "requestForInformationId", "value": "", "type": "path", "description": "The request for information id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/core/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a request for information associated with a transaction." } ] } ], "bundled": true }