post https://api.staging.pungle.co/api/v1/card_issuing/value_loads/load
This call allows the user to Load Funds to a cardholder account from the associated master funding account. The recipient's Account ID should be passed as a parameter.
Note: This method only work for active Reloadable cards. You may ask your Berkeley Implementation Manager for more information.
Request
| Parameter | Required | Data type | Notes |
|---|---|---|---|
| account_id | Yes | Integer | Id of an Account |
| external_tag | Yes | String | User defined external reference field to store on Value Load |
| amount | Yes | Integer | Smallest unit of the Programs currency. For example, $10.00 CAD would be sent at 1000 |
| message | No | String | Alphanumeric string including punctuation |
| transaction_code | No | String | Controls the message that is recorded as part of the transaction. Defaults to value_load See Transaction Codes section below for possible values Only available for Canadian programs |
| idempotency_key | No | String |
Response
| Field Name | Type | Description |
|---|---|---|
| id | Integer | Value Load ID |
| external_tag | String | User defined external reference field to store on Value Load |
| amount | Integer | Amount loaded onto Account in smalled unit of Programs Currency. For example, $10.00 CAD would be received as 1000 |
| message | String | An optional message to store on the Value Load |
| account_id | Integer | ID of the Account that the Funds where loaded on to |
Transaction Code
For custom transaction codes for your program, please contact your account manager.
| Transaction Code | Description |
|---|---|
| value_load | Value Load |
| direct_deposit_load | Direct Deposit |
| biller_account_load | Biller Account Load |
| direct_send_load | Visa Direct Load (Berkeley) |
| direct_send_p2p_load | Visa Direct P2P Load (Berkeley) |
| cashback | Cashback Reward Load |
| atm_reimbursement_domestic | ATM surcharge reimbursement (domestic) |
| atm_reimbursement_intl | ATM surcharge reimbursement (international) |