DotsDocs
Apps

Get App ACH Account

Get the App's ach account information.

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

Get the App's ach account information.

AuthorizationBasic <token>

In: header

Path Parameters

app_id*string

The ID of the app.

Response Body

application/json

curl -X GET "https://example.com/v2/apps/string/ach-account"
{  "mask": "string",  "name": "string"}