ACH Provider
Provider Controller
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not Found
get
GET //rest/v2/ach/provider HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<account-id>text</account-id>
<enabled>false</enabled>
<provider>PAYA</provider>
<standard-entry-class-code>PPD</standard-entry-class-code>
</object>
Path parameters
secCodeanyRequired
secCode
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not Found
get
GET //rest/v2/ach/provider/paya/{secCode} HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<account-id>text</account-id>
<enabled>false</enabled>
<provider>PAYA</provider>
<standard-entry-class-code>PPD</standard-entry-class-code>
</object>
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not Found
get
GET //rest/v2/ach/providers HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<ach-provider>
<account-id>text</account-id>
<enabled>false</enabled>
<provider>PAYA</provider>
<standard-entry-class-code>PPD</standard-entry-class-code>
</ach-provider>
</object>
Was this helpful?