POST api/Payment/InsertAutoACHPaymentAndEmail
Request Information
URI Parameters
None.
Body Parameters
ACHData| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
None. |
|
| customerName | string |
None. |
|
| depositoryBankName | string |
None. |
|
| transitABANumber | string |
None. |
|
| accountNumber | string |
None. |
|
| username | string |
None. |
|
| callerID | string |
None. |
|
| emailTo | string |
None. |
|
| HPPSubmitResponseData | HPPSubmitResponseData |
None. |
Request Formats
application/json, text/json
Sample:
{
"bsCustomerID": "sample string 1",
"customerName": "sample string 2",
"depositoryBankName": "sample string 3",
"transitABANumber": "sample string 4",
"accountNumber": "sample string 5",
"username": "sample string 6",
"callerID": "sample string 7",
"emailTo": "sample string 8",
"HPPSubmitResponseData": {
"PaymentType": "sample string 1",
"TransactionType": "sample string 2",
"SchedulePayment": true,
"Success": true,
"PaymentCompleted": true,
"ConfirmationNo": true,
"AutopayCompleted": true,
"responseMessage": "sample string 3"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResults| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2"
}