get https://api.staging.pungle.co/api/v1/card_issuing/ach/transactions
List ACH Transactions
Request
| Field | Type | Description |
|---|---|---|
| limit | Integer | Number of records to return. |
| offset | Integer | Number of records to skip |
| count | Integer | Amount to be transfered in cents |
| data | Transaction | See 'Transaction' Below |
Transaction
| Field | Type | Description |
|---|---|---|
| id | Integer | Transaction ID |
| program_id | Integer | Program ID |
| cardholder_id | Integer | Berkeley Cardholder ID |
| account_id | Integer | Berkeley Account ID |
| ach_account_id | Integer | ACH Account ID |
| type | String | Either 'push' or 'pull' |
| external_tag | String | For client identification of record |
| processor_reference | String | ID of transaction on the processor |
| amount | Integer | Amount transfered in cents |
| message | String | Message sent as part of transaction |