ACH Tokens

Ach Token Controller

Create an ACH token

post
Header parameters
api-keyanyRequired

api key

Body

Use this model when creating a new ach token

account-numberstringRequired

1 to 17 digits.

Example: 123456789
account-typestring · enumRequiredExample: CheckingPossible values:
customer-keystringOptional

customer associated to token

defaultbooleanOptional

true if this should be the default method to charge customers

individual-namestringRequired

The name of the account holder.

Example: John Doe
routing-numberstringRequired

9 digits.

Example: 081009813
software-typestringOptional

Name of your software you are using to reach this endpoint

Example: MySoftware
software-type-versionstringOptional

Version of your software you are using to reach this endpoint

Example: v1.0
token-descriptionstringOptional

A description of the token

Example: Business checking account
Responses
200

Successful Token Creation

post
/rest/v2/ach/tokens

Get ACH Token

get
Path parameters
tokenIdanyRequired

tokenId

token-idanyRequired

token-id

Header parameters
api-keyanyRequired

api key

Responses
200

Success

get
/rest/v2/ach/tokens/{tokenId}

Update an ACH token

put
Path parameters
tokenIdanyRequired

tokenId

Header parameters
api-keyanyRequired

api key

Body

Use this model when creating a new ach token

account-numberstringRequired

1 to 17 digits.

Example: 123456789
account-typestring · enumRequiredExample: CheckingPossible values:
customer-keystringOptional

customer associated to token

defaultbooleanOptional

true if this should be the default method to charge customers

individual-namestringRequired

The name of the account holder.

Example: John Doe
routing-numberstringRequired

9 digits.

Example: 081009813
software-typestringOptional

Name of your software you are using to reach this endpoint

Example: MySoftware
software-type-versionstringOptional

Version of your software you are using to reach this endpoint

Example: v1.0
token-descriptionstringOptional

A description of the token

Example: Business checking account
Responses
200

Successful Token Update

put
/rest/v2/ach/tokens/{tokenId}

Delete an ACH Token

delete
Path parameters
tokenIdanyRequired

tokenId

token-idanyRequired

token-id

Header parameters
api-keyanyRequired

api key

Responses
200

Success

delete
/rest/v2/ach/tokens/{tokenId}

Was this helpful?