{ "info": { "_postman_id": "8e72427e-021c-4e16-a103-bea4c48590cf", "name": "Dwolla API - Client Tokens", "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:33:20.000Z", "updatedAt": "2026-07-28T01:33:20.000Z", "lastUpdatedBy": "35240", "uid": "35240-8e72427e-021c-4e16-a103-bea4c48590cf" }, "item": [ { "name": "client-tokens", "item": [ { "name": "Create a client token", "id": "d3b956cd-5204-4f0d-9df3-5a2f12e77bbe", "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 \"action\": \"\",\n \"_links\": {\n \"customer\": {\n \"href\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/client-tokens", "host": [ "{{baseUrl}}" ], "path": [ "client-tokens" ] }, "description": "Create a client token for secure authentication within Dwolla Drop-in components. Requires a granular permission action and a Customer link to define what operations the end user can perform within the component. Returns a short-lived token for configuring client-side Drop-in components including customer creation, verification, funding source management, and payment processing. Essential for implementing secure, embeddable UI components without exposing application credentials to the frontend." }, "response": [ { "id": "e99b1b69-caee-449a-8810-73d82318c1cb", "name": "Client token created successfully", "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 \"action\": \"\",\n \"_links\": {\n \"customer\": {\n \"href\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/client-tokens", "host": [ "{{baseUrl}}" ], "path": [ "client-tokens" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.dwolla.v1.hal+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"token\": \"\"\n}", "createdAt": "2026-07-28T01:33:20.000Z", "updatedAt": "2026-07-28T01:33:20.000Z", "uid": "35240-e99b1b69-caee-449a-8810-73d82318c1cb" }, { "id": "c97f899c-b01b-4162-8278-a59d70a98093", "name": "Bad Request", "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 \"action\": \"\",\n \"_links\": {\n \"customer\": {\n \"href\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/client-tokens", "host": [ "{{baseUrl}}" ], "path": [ "client-tokens" ] } }, "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}", "createdAt": "2026-07-28T01:33:20.000Z", "updatedAt": "2026-07-28T01:33:20.000Z", "uid": "35240-c97f899c-b01b-4162-8278-a59d70a98093" }, { "id": "3bd3704b-450d-4a6a-882a-49dbb59d5a17", "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 \"action\": \"\",\n \"_links\": {\n \"customer\": {\n \"href\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/client-tokens", "host": [ "{{baseUrl}}" ], "path": [ "client-tokens" ] } }, "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:33:20.000Z", "updatedAt": "2026-07-28T01:33:20.000Z", "uid": "35240-3bd3704b-450d-4a6a-882a-49dbb59d5a17" } ], "createdAt": "2026-07-28T01:33:20.000Z", "updatedAt": "2026-07-28T01:33:20.000Z", "uid": "35240-d3b956cd-5204-4f0d-9df3-5a2f12e77bbe" } ], "id": "475f6495-2ff3-4d65-ac12-389af0c38555", "createdAt": "2026-07-28T01:33:20.000Z", "updatedAt": "2026-07-28T01:33:20.000Z", "uid": "35240-475f6495-2ff3-4d65-ac12-389af0c38555" } ], "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" } ] }