Skip to main content
GET
/
customer
/
{customerId}
/
ach-debit-recurring
cURL
curl --request GET \
  --url https://api.slash.com/customer/{customerId}/ach-debit-recurring \
  --header 'X-API-Key: <api-key>'
{
  "hasActiveRecurringAuth": true
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

customerId
string
required

Query Parameters

The legal entity ID. Required if authenticating with access to multiple legal entities.

Response

OK

hasActiveRecurringAuth
boolean
required

Whether the customer has authorized recurring ACH debits.