post https://api.staging.pungle.co/api/v1/card_issuing/ach/transactions/pull
Creates an ACH pull transaction.
This Transaction will CREDIT the Berkeley Account and DEBIT 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 |