{ "info": { "_postman_id": "12a0ffe6-1e1e-4e31-be99-83a9c34fed19", "name": "Dwolla API - Accounts", "description": "Dwolla API Documentation\n\nContact Support:\n Name: Dwolla Developer Relations Team\n Email: api@dwolla.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "lastUpdatedBy": "35240", "uid": "35240-12a0ffe6-1e1e-4e31-be99-83a9c34fed19" }, "item": [ { "name": "accounts", "item": [ { "name": "{id}", "item": [ { "name": "funding-sources", "item": [ { "name": "List funding sources for an account", "id": "1460ccfa-01ba-4286-a542-4e3ef54536ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/funding-sources?removed=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "funding-sources" ], "query": [ { "description": "Filter removed funding sources. Boolean value. Defaults to `true`", "key": "removed", "value": "" } ], "variable": [ { "id": "b0d026e2-de33-4092-a27d-01a0564dd660", "key": "id", "value": "", "description": "(Required) Account's unique identifier" } ] }, "description": "Get a list of all funding sources associated with a specific Main Dwolla Account. This endpoint returns both bank accounts and balance funding sources, with detailed information about each funding source's status, type, and available processing channels.\n" }, "response": [ { "id": "5103c512-11c6-4a7f-bec1-08015bc52f2b", "name": "successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/funding-sources?removed=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "funding-sources" ], "query": [ { "description": "Filter removed funding sources. Boolean value. Defaults to `true`", "key": "removed", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_links\": {\n \"inb\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"_embedded\": {\n \"funding-sources\": [\n {\n \"_links\": {\n \"laborum_6ab\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"bankAccountType\": \"\",\n \"name\": \"\",\n \"created\": \"\",\n \"removed\": \"\",\n \"channels\": [\n \"wire\",\n \"wire\"\n ],\n \"bankName\": \"\",\n \"fingerprint\": \"\",\n \"bankUsageType\": \"card-network\",\n \"cardDetails\": {\n \"brand\": \"\",\n \"lastFour\": \"\",\n \"expirationMonth\": \"\",\n \"expirationYear\": \"\",\n \"nameOnCard\": \"\",\n \"bin\": \"\",\n \"billingAddress\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"address3\": \"\",\n \"city\": \"\",\n \"stateProvinceRegion\": \"\",\n \"country\": \"\",\n \"postalCode\": \"\"\n }\n }\n },\n {\n \"_links\": {\n \"temporc7\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"bankAccountType\": \"\",\n \"name\": \"\",\n \"created\": \"\",\n \"removed\": \"\",\n \"channels\": [\n \"real-time-payments\",\n \"external\"\n ],\n \"bankName\": \"\",\n \"fingerprint\": \"\",\n \"bankUsageType\": \"card-network\",\n \"cardDetails\": {\n \"brand\": \"\",\n \"lastFour\": \"\",\n \"expirationMonth\": \"\",\n \"expirationYear\": \"\",\n \"nameOnCard\": \"\",\n \"bin\": \"\",\n \"billingAddress\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"address3\": \"\",\n \"city\": \"\",\n \"stateProvinceRegion\": \"\",\n \"country\": \"\",\n \"postalCode\": \"\"\n }\n }\n }\n ]\n },\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-5103c512-11c6-4a7f-bec1-08015bc52f2b" }, { "id": "61ff08e8-2c94-4cbc-a331-f80ebba7b039", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/funding-sources?removed=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "funding-sources" ], "query": [ { "description": "Filter removed funding sources. Boolean value. Defaults to `true`", "key": "removed", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-61ff08e8-2c94-4cbc-a331-f80ebba7b039" }, { "id": "514c3e79-30de-438a-85eb-aec1832314a4", "name": "not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/funding-sources?removed=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "funding-sources" ], "query": [ { "description": "Filter removed funding sources. Boolean value. Defaults to `true`", "key": "removed", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-514c3e79-30de-438a-85eb-aec1832314a4" } ], "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-1460ccfa-01ba-4286-a542-4e3ef54536ab" } ], "id": "dd80b198-26e4-4d09-8d33-551b178bb5f2", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-dd80b198-26e4-4d09-8d33-551b178bb5f2" }, { "name": "transfers", "item": [ { "name": "List and search account transfers", "id": "271ba67b-bdea-480a-a282-4982dee79620", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/transfers?search=&startAmount=&endAmount=&startDate=&endDate=&status=&correlationId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "transfers" ], "query": [ { "description": "A string to search on fields `firstName`, `lastName`, `email`, `businessName`, Customer ID, and Account ID", "key": "search", "value": "" }, { "description": "Only include transactions with an amount equal to or greater than `startAmount`", "key": "startAmount", "value": "" }, { "description": "Only include transactions with an amount equal to or less than `endAmount`", "key": "endAmount", "value": "" }, { "description": "Only include transactions created after this date. ISO-8601 format `YYYY-MM-DD`", "key": "startDate", "value": "" }, { "description": "Only include transactions created before this date. ISO-8601 format `YYYY-MM-DD`", "key": "endDate", "value": "" }, { "description": "Filter on transaction status. Possible values are `pending`, `processed`, `failed`, or `cancelled`", "key": "status", "value": "" }, { "description": "A string value to search on if `correlationId` was specified for a transaction", "key": "correlationId", "value": "" }, { "description": "Number of search results to return. Defaults to 25", "key": "limit", "value": "" }, { "description": "Number of search results to skip. Use for pagination", "key": "offset", "value": "" } ], "variable": [ { "id": "34c33b4f-f2b3-4aee-a980-099593f791f3", "key": "id", "value": "", "description": "(Required) Account's unique identifier" } ] }, "description": "Returns a paginated, searchable list of transfers associated with the specified Main Dwolla account. Supports advanced filtering by amount range, date range, transfer status, and correlation ID. Results are limited to 10,000 transfers per query; use date range filters for historical data beyond this limit." }, "response": [ { "id": "7eaac98f-96ef-44b8-8a01-d30e22f05b28", "name": "successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/transfers?search=&startAmount=&endAmount=&startDate=&endDate=&status=&correlationId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "transfers" ], "query": [ { "description": "A string to search on fields `firstName`, `lastName`, `email`, `businessName`, Customer ID, and Account ID", "key": "search", "value": "" }, { "description": "Only include transactions with an amount equal to or greater than `startAmount`", "key": "startAmount", "value": "" }, { "description": "Only include transactions with an amount equal to or less than `endAmount`", "key": "endAmount", "value": "" }, { "description": "Only include transactions created after this date. ISO-8601 format `YYYY-MM-DD`", "key": "startDate", "value": "" }, { "description": "Only include transactions created before this date. ISO-8601 format `YYYY-MM-DD`", "key": "endDate", "value": "" }, { "description": "Filter on transaction status. Possible values are `pending`, `processed`, `failed`, or `cancelled`", "key": "status", "value": "" }, { "description": "A string value to search on if `correlationId` was specified for a transaction", "key": "correlationId", "value": "" }, { "description": "Number of search results to return. Defaults to 25", "key": "limit", "value": "" }, { "description": "Number of search results to skip. Use for pagination", "key": "offset", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_links\": {\n \"dolor_e3\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"_embedded\": {\n \"transfers\": [\n {\n \"_links\": {\n \"magna_6\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"status\": \"\",\n \"amount\": {\n \"value\": \"\",\n \"currency\": \"\"\n },\n \"created\": \"\",\n \"clearing\": {\n \"source\": \"\",\n \"destination\": \"\"\n },\n \"metadata\": {\n \"paymentId\": \"\",\n \"note\": \"\"\n },\n \"achDetails\": {\n \"source\": {\n \"addenda\": {\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"beneficiaryName\": \"\",\n \"companyEntryDescription\": \"HEALTHCARE\",\n \"companyId\": \"\",\n \"companyName\": \"\",\n \"effectiveDate\": \"\",\n \"postingData\": \"\",\n \"routingNumber\": \"\",\n \"traceId\": \"\"\n },\n \"destination\": {\n \"addenda\": {\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"beneficiaryName\": \"\",\n \"companyEntryDescription\": \"AUTOENROLL\",\n \"companyId\": \"\",\n \"companyName\": \"\",\n \"effectiveDate\": \"\",\n \"postingData\": \"\",\n \"routingNumber\": \"\",\n \"traceId\": \"\"\n }\n },\n \"rtpDetails\": {\n \"destination\": {\n \"remittanceData\": \"\",\n \"networkId\": \"\",\n \"endToEndReferenceId\": \"\"\n }\n },\n \"fedNowDetails\": {\n \"destination\": {\n \"remittanceData\": \"\",\n \"networkId\": \"\",\n \"endToEndReferenceId\": \"\"\n }\n },\n \"correlationId\": \"\",\n \"processingChannel\": {\n \"destination\": \"fed-now\"\n }\n },\n {\n \"_links\": {\n \"qui33b\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n },\n \"minim_a\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"status\": \"\",\n \"amount\": {\n \"value\": \"\",\n \"currency\": \"\"\n },\n \"created\": \"\",\n \"clearing\": {\n \"source\": \"\",\n \"destination\": \"\"\n },\n \"metadata\": {\n \"paymentId\": \"\",\n \"note\": \"\"\n },\n \"achDetails\": {\n \"source\": {\n \"addenda\": {\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"beneficiaryName\": \"\",\n \"companyEntryDescription\": \"REDEPCHECK\",\n \"companyId\": \"\",\n \"companyName\": \"\",\n \"effectiveDate\": \"\",\n \"postingData\": \"\",\n \"routingNumber\": \"\",\n \"traceId\": \"\"\n },\n \"destination\": {\n \"addenda\": {\n \"values\": [\n \"\",\n \"\"\n ]\n },\n \"beneficiaryName\": \"\",\n \"companyEntryDescription\": \"REDEPCHECK\",\n \"companyId\": \"\",\n \"companyName\": \"\",\n \"effectiveDate\": \"\",\n \"postingData\": \"\",\n \"routingNumber\": \"\",\n \"traceId\": \"\"\n }\n },\n \"rtpDetails\": {\n \"destination\": {\n \"remittanceData\": \"\",\n \"networkId\": \"\",\n \"endToEndReferenceId\": \"\"\n }\n },\n \"fedNowDetails\": {\n \"destination\": {\n \"remittanceData\": \"\",\n \"networkId\": \"\",\n \"endToEndReferenceId\": \"\"\n }\n },\n \"correlationId\": \"\",\n \"processingChannel\": {\n \"destination\": \"real-time-payments\"\n }\n }\n ]\n },\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-7eaac98f-96ef-44b8-8a01-d30e22f05b28" }, { "id": "066fa502-0b0a-432a-8729-eca6b58e5036", "name": "not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/transfers?search=&startAmount=&endAmount=&startDate=&endDate=&status=&correlationId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "transfers" ], "query": [ { "description": "A string to search on fields `firstName`, `lastName`, `email`, `businessName`, Customer ID, and Account ID", "key": "search", "value": "" }, { "description": "Only include transactions with an amount equal to or greater than `startAmount`", "key": "startAmount", "value": "" }, { "description": "Only include transactions with an amount equal to or less than `endAmount`", "key": "endAmount", "value": "" }, { "description": "Only include transactions created after this date. ISO-8601 format `YYYY-MM-DD`", "key": "startDate", "value": "" }, { "description": "Only include transactions created before this date. ISO-8601 format `YYYY-MM-DD`", "key": "endDate", "value": "" }, { "description": "Filter on transaction status. Possible values are `pending`, `processed`, `failed`, or `cancelled`", "key": "status", "value": "" }, { "description": "A string value to search on if `correlationId` was specified for a transaction", "key": "correlationId", "value": "" }, { "description": "Number of search results to return. Defaults to 25", "key": "limit", "value": "" }, { "description": "Number of search results to skip. Use for pagination", "key": "offset", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-066fa502-0b0a-432a-8729-eca6b58e5036" } ], "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-271ba67b-bdea-480a-a282-4982dee79620" } ], "id": "746ec1f4-dfe4-4f78-9f51-c2e62026f8b0", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-746ec1f4-dfe4-4f78-9f51-c2e62026f8b0" }, { "name": "mass-payments", "item": [ { "name": "List account mass payments", "id": "c98a64d9-36bd-4aa3-8d7a-734d20cb87f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/mass-payments?limit=25&offset=0&correlationId=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "mass-payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "25" }, { "description": "How many results to skip.", "key": "offset", "value": "0" }, { "description": "Correlation ID to search by.", "key": "correlationId", "value": "" } ], "variable": [ { "id": "457ddfbc-abd8-4f2e-8dcc-b2d447f22470", "key": "id", "value": "", "description": "(Required) Account's unique identifier" } ] }, "description": "Returns a paginated list of mass payments created by your Main Dwolla account. Results are sorted by creation date in descending order (newest first) and can be filtered by correlation ID." }, "response": [ { "id": "f46eb4bc-40bc-4f8d-83d7-1becc5110c0b", "name": "successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/mass-payments?limit=25&offset=0&correlationId=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "mass-payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "25" }, { "description": "How many results to skip.", "key": "offset", "value": "0" }, { "description": "Correlation ID to search by.", "key": "correlationId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_links\": {\n \"consequat_cd\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n },\n \"qui71\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n },\n \"minim8b1\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"_embedded\": {\n \"mass-payments\": [\n {\n \"_links\": {\n \"deseruntb02\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n },\n \"reprehenderitecf\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"status\": \"\",\n \"created\": \"\",\n \"metaData\": {},\n \"total\": {\n \"value\": \"\",\n \"currency\": \"\"\n },\n \"totalFees\": {\n \"value\": \"\",\n \"currency\": \"\"\n },\n \"correlationId\": \"\"\n },\n {\n \"_links\": {\n \"cillum_d0f\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"status\": \"\",\n \"created\": \"\",\n \"metaData\": {},\n \"total\": {\n \"value\": \"\",\n \"currency\": \"\"\n },\n \"totalFees\": {\n \"value\": \"\",\n \"currency\": \"\"\n },\n \"correlationId\": \"\"\n }\n ]\n },\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-f46eb4bc-40bc-4f8d-83d7-1becc5110c0b" }, { "id": "60582c76-809e-4236-b79d-17dc2c838a35", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/mass-payments?limit=25&offset=0&correlationId=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "mass-payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "25" }, { "description": "How many results to skip.", "key": "offset", "value": "0" }, { "description": "Correlation ID to search by.", "key": "correlationId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-60582c76-809e-4236-b79d-17dc2c838a35" }, { "id": "b763cb75-9c9c-4468-8a1f-f012047dc907", "name": "not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id/mass-payments?limit=25&offset=0&correlationId=", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id", "mass-payments" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "25" }, { "description": "How many results to skip.", "key": "offset", "value": "0" }, { "description": "Correlation ID to search by.", "key": "correlationId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-b763cb75-9c9c-4468-8a1f-f012047dc907" } ], "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-c98a64d9-36bd-4aa3-8d7a-734d20cb87f0" } ], "id": "b7450cef-d4f4-4156-a01f-d4a83f6b4f49", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-b7450cef-d4f4-4156-a01f-d4a83f6b4f49" }, { "name": "Retrieve account details", "id": "8906deff-5214-4cd7-b394-b0fcc98f067c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" } ], "url": { "raw": "{{baseUrl}}/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id" ], "variable": [ { "id": "4df95743-dfa1-4832-b36f-2eae43e92688", "key": "id", "value": "", "description": "(Required) Account's unique identifier" } ] }, "description": "Returns basic account information for your authorized Main Dwolla Account, including account ID, name, and links to related resources such as funding sources, transfers, and customers." }, "response": [ { "id": "d4596978-57d9-4c3b-9b0e-c6d93b4d1d26", "name": "successful operation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_links\": {\n \"proidenta_\": {\n \"href\": \"\",\n \"type\": \"\",\n \"resource-type\": \"\"\n }\n },\n \"id\": \"\",\n \"name\": \"\",\n \"timezoneOffset\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-d4596978-57d9-4c3b-9b0e-c6d93b4d1d26" }, { "id": "be915671-80c7-4df7-8d69-a036048ef897", "name": "forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-be915671-80c7-4df7-8d69-a036048ef897" }, { "id": "46611e4d-7945-490f-9804-b3658540ba46", "name": "not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-46611e4d-7945-490f-9804-b3658540ba46" } ], "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-8906deff-5214-4cd7-b394-b0fcc98f067c" } ], "id": "0aa00cbe-8abc-4c8e-a033-d6f082c723fc", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-0aa00cbe-8abc-4c8e-a033-d6f082c723fc" } ], "id": "b057be27-9c97-4f63-8f3d-a9719d0b6dbd", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-b057be27-9c97-4f63-8f3d-a9719d0b6dbd" }, { "name": "funding-sources", "item": [ { "name": "Create a funding source for an account", "id": "19b98bec-915b-4815-b0c8-d94103f1cef5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"bankAccountType\": \"savings\",\n \"accountNumber\": \"\",\n \"routingNumber\": \"\",\n \"_links\": {\n \"exchange\": {\n \"href\": \"\"\n }\n },\n \"channels\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/funding-sources", "host": [ "{{baseUrl}}" ], "path": [ "funding-sources" ] }, "description": "Create a funding source by adding a bank account to a Main Dwolla Account. This endpoint allows you to connect a checking or savings account using either manual bank account details or an exchange resource.\n\nFor more information about funding sources, see the [Funding Sources API Reference](https://developers.dwolla.com/docs/api-reference/funding-sources).\n" }, "response": [ { "id": "1127a92d-6a3e-4155-b563-04b22bd1e1a8", "name": "successful operation", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"bankAccountType\": \"savings\",\n \"accountNumber\": \"\",\n \"routingNumber\": \"\",\n \"_links\": {\n \"exchange\": {\n \"href\": \"\"\n }\n },\n \"channels\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/funding-sources", "host": [ "{{baseUrl}}" ], "path": [ "funding-sources" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-1127a92d-6a3e-4155-b563-04b22bd1e1a8" }, { "id": "e80591a7-e5b7-49f2-ab25-66171901ccef", "name": "Bad request or duplicate resource", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"bankAccountType\": \"savings\",\n \"accountNumber\": \"\",\n \"routingNumber\": \"\",\n \"_links\": {\n \"exchange\": {\n \"href\": \"\"\n }\n },\n \"channels\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/funding-sources", "host": [ "{{baseUrl}}" ], "path": [ "funding-sources" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"_embedded\": {\n \"code\": \"\",\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-e80591a7-e5b7-49f2-ab25-66171901ccef" }, { "id": "5dafbdfc-f527-44a5-8f20-5099830b9995", "name": "forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.dwolla.v1.hal+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"bankAccountType\": \"savings\",\n \"accountNumber\": \"\",\n \"routingNumber\": \"\",\n \"_links\": {\n \"exchange\": {\n \"href\": \"\"\n }\n },\n \"channels\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/funding-sources", "host": [ "{{baseUrl}}" ], "path": [ "funding-sources" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-5dafbdfc-f527-44a5-8f20-5099830b9995" } ], "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-19b98bec-915b-4815-b0c8-d94103f1cef5" } ], "id": "9f1e0282-969f-4beb-a5f2-06dbcb65c8c8", "createdAt": "2026-07-28T01:32:49.000Z", "updatedAt": "2026-07-28T01:32:49.000Z", "uid": "35240-9f1e0282-969f-4beb-a5f2-06dbcb65c8c8" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.dwolla.com" } ] }