ACH Provider
Provider Controller
Last updated
Was this helpful?
Provider Controller
Last updated
Was this helpful?
Was this helpful?
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>
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>
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>