Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACH debits are no longer in beta #236

Merged
merged 1 commit into from
Aug 22, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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