{ "opencollection": "1.0.0", "info": { "name": "Tink Account Check Accounts Mandates API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mandates", "type": "folder" }, "items": [ { "info": { "name": "Tink Create A Mandate", "type": "http" }, "http": { "method": "POST", "url": "https://api.tink.com/payments/mandates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a payment mandate that authorizes recurring or sweeping variable recurring payments from a user's bank account.\n" }, { "info": { "name": "Tink Get A Mandate", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/payments/mandates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a mandate by id." }, { "info": { "name": "Tink Revoke A Mandate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tink.com/payments/mandates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Revoke an active mandate." } ] } ], "bundled": true }