{ "opencollection": "1.0.0", "info": { "name": "Chase Account Aggregation User Consent Accounts Refunds API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.chase.com/oauth2/authorize", "accessTokenUrl": "https://api.chase.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Refund a Pay with Points order", "type": "http" }, "http": { "method": "POST", "url": "https://api.chase.com/aggregation/consent/orders/:orderId/refunds", "params": [ { "name": "orderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refund a Pay with Points order" } ] } ], "bundled": true }