ACH Tokens
Ach Token Controller
api key
Use this model when creating a new ach token
1 to 17 digits.
123456789CheckingPossible values: customer associated to token
true if this should be the default method to charge customers
The name of the account holder.
John Doe9 digits.
081009813Name of your software you are using to reach this endpoint
MySoftwareVersion of your software you are using to reach this endpoint
v1.0A description of the token
Business checking accountSuccessful Token Creation
Created
Something is wrong with your request
Unauthorized
Business Exception (decline, etc.)
Forbidden
Not Found
Internal server error
POST /rest/v2/ach/tokens HTTP/1.1
Host: gateway-sb.clearent.net/
Content-Type: application/xml
Accept: */*
Content-Length: 260
"<?xml version=1.0?>
<account-number>123456789</account-number>
<account-type>Checking</account-type>
<customer-key>text</customer-key>
<default>false</default>
<individual-name>John Doe</individual-name>
<routing-number>081009813</routing-number>
<software-type>MySoftware</software-type>
<software-type-version>v1.0</software-type-version>
<token-description>Business checking account</token-description>
"<?xml version="1.0"?>
<object>
<ach-token>
<account-number>1111</account-number>
<account-type>Checking</account-type>
<created>1100000000000000</created>
<customer-key>customer123</customer-key>
<default>false</default>
<individual-name>John Doe</individual-name>
<last-used>1100000000000000</last-used>
<merchant-id>000008888</merchant-id>
<routing-number>081009813</routing-number>
<times-used>14</times-used>
<token-description>Travel checking account</token-description>
<token-id>1100000000000000</token-id>
<updated>1100000000000000</updated>
</ach-token>
<payloadType>text</payloadType>
</object>
tokenId
token-id
api key
Success
Something is wrong with your request
Unauthorized
Business Exception (decline, etc.)
Forbidden
Not Found
Internal server error
GET /rest/v2/ach/tokens/{tokenId} HTTP/1.1
Host: gateway-sb.clearent.net/
Accept: */*
<?xml version="1.0"?>
<object>
<ach-token>
<account-number>1111</account-number>
<account-type>Checking</account-type>
<created>1100000000000000</created>
<customer-key>customer123</customer-key>
<default>false</default>
<individual-name>John Doe</individual-name>
<last-used>1100000000000000</last-used>
<merchant-id>000008888</merchant-id>
<routing-number>081009813</routing-number>
<times-used>14</times-used>
<token-description>Travel checking account</token-description>
<token-id>1100000000000000</token-id>
<updated>1100000000000000</updated>
</ach-token>
<payloadType>text</payloadType>
</object>
tokenId
api key
Use this model when creating a new ach token
1 to 17 digits.
123456789CheckingPossible values: customer associated to token
true if this should be the default method to charge customers
The name of the account holder.
John Doe9 digits.
081009813Name of your software you are using to reach this endpoint
MySoftwareVersion of your software you are using to reach this endpoint
v1.0A description of the token
Business checking accountSuccessful Token Update
Created
Something is wrong with your request
Unauthorized
Business Exception (decline, etc.)
Forbidden
Not Found
Internal server error
PUT /rest/v2/ach/tokens/{tokenId} HTTP/1.1
Host: gateway-sb.clearent.net/
Content-Type: application/xml
Accept: */*
Content-Length: 260
"<?xml version=1.0?>
<account-number>123456789</account-number>
<account-type>Checking</account-type>
<customer-key>text</customer-key>
<default>false</default>
<individual-name>John Doe</individual-name>
<routing-number>081009813</routing-number>
<software-type>MySoftware</software-type>
<software-type-version>v1.0</software-type-version>
<token-description>Business checking account</token-description>
"<?xml version="1.0"?>
<object>
<ach-token>
<account-number>1111</account-number>
<account-type>Checking</account-type>
<created>1100000000000000</created>
<customer-key>customer123</customer-key>
<default>false</default>
<individual-name>John Doe</individual-name>
<last-used>1100000000000000</last-used>
<merchant-id>000008888</merchant-id>
<routing-number>081009813</routing-number>
<times-used>14</times-used>
<token-description>Travel checking account</token-description>
<token-id>1100000000000000</token-id>
<updated>1100000000000000</updated>
</ach-token>
<payloadType>text</payloadType>
</object>
tokenId
token-id
api key
Success
No Content
Something is wrong with your request
Unauthorized
Business Exception (decline, etc.)
Forbidden
Internal server error
DELETE /rest/v2/ach/tokens/{tokenId} HTTP/1.1
Host: gateway-sb.clearent.net/
Accept: */*
<?xml version="1.0"?>
<object>
<ach-token>
<account-number>1111</account-number>
<account-type>Checking</account-type>
<created>1100000000000000</created>
<customer-key>customer123</customer-key>
<default>false</default>
<individual-name>John Doe</individual-name>
<last-used>1100000000000000</last-used>
<merchant-id>000008888</merchant-id>
<routing-number>081009813</routing-number>
<times-used>14</times-used>
<token-description>Travel checking account</token-description>
<token-id>1100000000000000</token-id>
<updated>1100000000000000</updated>
</ach-token>
<payloadType>text</payloadType>
</object>
Was this helpful?

