Skip to content

Commit

Permalink
Merge pull request #236 from remear/ach-debit-availability
Browse files Browse the repository at this point in the history
ACH debits are no longer in beta
  • Loading branch information
remear committed Aug 22, 2013
2 parents bf270ab + 493634b commit 7706706
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
38 changes: 26 additions & 12 deletions api/bank_account_verifications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
Bank Account Verifications
==========================

**NOTE** You'll only need to verify a bank account if you're planning to later
debit that account, which is a functionality only available through our ACH
Debits private beta. Email [email protected] to request access.

**NOTE** If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account
.. note::
:header_class: alert alert-tab
:body_class: alert alert-gray

If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account. You'll only need to
verify a bank account if you're planning to later debit that account.

Before you can debit a bank account you need to verify that you have access to
it. Balanced allows you to do this by creating a Verification for a
Expand All @@ -28,8 +29,12 @@ trial deposits should show in the bank account within 2 business days.
Verifying a Bank Account
------------------------

**NOTE** If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account
.. note::
:header_class: alert alert-tab
:body_class: alert alert-gray

If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account

Creates a new bank account verification.

Expand All @@ -47,8 +52,12 @@ Creates a new bank account verification.
Retrieve a Verification for a Bank Account
------------------------------------------

**NOTE** If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account
.. note::
:header_class: alert alert-tab
:body_class: alert alert-gray

If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account

Gets the verification for a bank account.

Expand All @@ -66,8 +75,13 @@ Gets the verification for a bank account.
Confirm a Bank Account Verification
-----------------------------------

**NOTE** If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account
.. note::
:header_class: alert alert-tab
:body_class: alert alert-gray

If you're sending money to a bank account, known as issuing a credit,
you do **NOT** need to verify the bank account


Confirms the trial deposit amounts. For the *test* environment the trial
deposit amounts are always 1 and 1.
Expand Down
5 changes: 2 additions & 3 deletions api/debits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Debits
======

Currently, Balanced supports only card transactions (`info on ACH debits`_) for
debits. To debit an account, i.e. charge a card, you must create a new debit
resource.
To debit an account, i.e. charge a card or bank account, you must create a
new debit resource.


.. cssclass:: method-section
Expand Down

0 comments on commit 7706706

Please sign in to comment.