API documentation | API docs for agents | OpenAPI 3.1
GET /api/v1/billing/organization-ach
ark.get_organization_ach_settings
Returns organization ACH originator settings for billing users. Tax, bank, routing, and NACHA credentials are always masked on the external API.
- Availability
- Expanded preview
- Scopes
billing:read- ARK permissions
canViewBilling- Team visibility
- Not entity-scoped
- Idempotency-Key
- Not required
- Approval
- No MCP approval on REST API-token calls
- Rate limit
- API credential and organization budgets
Parameters
None.
Request body
None.
Example request
Shell
curl 'https://arktms.com/api/v1/billing/organization-ach' \
-H "Authorization: Bearer $ARK_API_TOKEN"Success response
Organization ACH settings
objectstringrequiredokbooleanrequiredapi_versionstringrequiredrequest_idstringrequireddataobjectrequireddata.organizationIdstringrequiredformat: uuid
data.organizationNamestring | nullrequireddata.bankNamestring | nullrequireddata.bankAccountNamestring | nullrequireddata.sensitiveFieldsIncludedbooleanrequireddata.federalTaxIdnullrequireddata.bankAccountNumbernullrequireddata.bankRoutingNumbernullrequireddata.nachaDiscretionaryDatanullrequireddata.nachaCompanyIdnullrequireddata.maskedobjectrequiredErrors
HTTP 400- Invalid request
HTTP 401- Authentication required
HTTP 403- Permission, scope, team, or entitlement denied
HTTP 404- Resource not found