DotsDocs
Apps

Add App ACH Account

Add an ACH account to an app. The account's owner must match the compliance information submitted.

PUT
/v2/apps/{app_id}/ach-account

Add an ACH account to an app. The account's owner must match the compliance information submitted.

AuthorizationBasic <token>

In: header

Path Parameters

app_id*string

The ID of the app.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v2/apps/string/ach-account" \  -H "Content-Type: application/json" \  -d '{    "account_number": "string",    "routing_number": "string",    "account_type": "checking"  }'
{  "mask": "string",  "name": "string"}