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 |
---|---|---|
| decimal | Available balance in the account |
| integer | Same as |
| string | Bank account number |
| string | Masked version of |
| string | Description of the program account |
| boolean | Indicates if this program account is active |
| boolean | Helix-assigned unique ID |
| string | Type of program account |
Updated 18 days ago