post https://api.staging.pungle.co/api/v1/card_issuing/ach/transactions/push
Creates an ACH push transaction.
This Transaction will DEBIT the Berkeley Account and CREDIT the Bank Account.
Request
| Field | Type | Required | Description |
|---|---|---|---|
| ach_account_id | Integer | Yes | ID of the ACH Account |
| external_tag | String, AlphaNumeric plus '-' | No | For client identification of record |
| amount | Integer | Yes | Amount to be transfered in cents |
| message | String | Yes | Message to be sent as part of transaction. Must be no more than 30 characters. |
Response
| 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 |