| All Verbs | /post_createACH |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| token | query | string | No | |
| tokensecret | query | string | No | |
| query | string | No | ||
| idtenant1 | query | string | No | |
| ACH_type | query | int | No | |
| idcia | query | string | No | |
| signature | query | string | No | |
| signature2 | query | string | No | |
| ContractorName | query | string | No | |
| NameofBank | query | string | No | |
| BankRouting | query | string | No | |
| CheckingAccount | query | string | No | |
| AuthorizedName | query | string | No | |
| AuthorizedName2 | query | string | No | |
| voidcheckphoto | query | string | No | |
| billaddress | query | string | No | |
| phone | query | string | No | |
| cityzipcode | query | string | No | |
| txtemail | query | string | No | |
| type | query | string | No | |
| cianame | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| result | form | int | No | |
| message | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/post_createACH HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
idtenant1: String,
ACH_type: 0,
idcia: String,
signature: String,
signature2: String,
ContractorName: String,
NameofBank: String,
BankRouting: String,
CheckingAccount: String,
AuthorizedName: String,
AuthorizedName2: String,
voidcheckphoto: String,
billaddress: String,
phone: String,
cityzipcode: String,
txtemail: String,
type: String,
cianame: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result: 0,
message: String
}