From 493634bea969b3ab5af29d11b045122cb118de2e Mon Sep 17 00:00:00 2001 From: Ben Mills Date: Thu, 22 Aug 2013 14:38:40 -0600 Subject: [PATCH] ACH debits are no longer in beta --- api/bank_account_verifications.rst | 38 ++++++++++++++++++++---------- api/debits.rst | 5 ++-- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/api/bank_account_verifications.rst b/api/bank_account_verifications.rst index e35961c8..a3b4bf02 100644 --- a/api/bank_account_verifications.rst +++ b/api/bank_account_verifications.rst @@ -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 support@balancedpayments.com 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 @@ -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. @@ -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. @@ -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. diff --git a/api/debits.rst b/api/debits.rst index 28686d26..b6ed1476 100644 --- a/api/debits.rst +++ b/api/debits.rst @@ -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