Bank Account
Bank account overdraft alert object
A bank account overdraft alert is a notification when an account in your platform has been overdrawn and funds have been locked in your reserve accounts, or has been credited and locked funds in your reserve accounts have been released. Read more.
Object Parameters
available_balance
objectThe current available balance of the bank account after this alert.
cents
numberAmount in cents.
currency_code
stringAmount currency. The three-letter currency code defined in ISO 4217 (e.g. USD).
bank_account_id
stringID of the bank account that is overdrawn or credited.
overdraft_amount
objectThe amount that has been locked or released in the reserve account.
cents
numberAmount in cents.
currency_code
stringAmount currency. The three-letter currency code defined in ISO 4217 (e.g. USD).
reserve_account_id
stringID of the reserve account in which funds are locked or released.
transfer_id
stringID of transfer that triggered this alert.