Program Account
A bank account on Helix owned by your program. Typically used for pushing/pulling money to/from customers' accounts.
programAccount object
Property | Data Type (length) | Description |
---|---|---|
accountBalance | decimal | Available balance in the account |
accountId | integer | Same as programAccountId |
accountNumber | string | Bank account number |
accountNumberMasked | string | Masked version of accountNumber |
description | string | Description of the program account |
isActive | boolean | Indicates if this program account is active |
programAccountId | boolean | Helix-assigned unique ID |
type | string | Type of program account |
Updated 12 months ago