Balanced
Payment processing, escrow, and payouts in one simple API. Accept credit cards and debit bank accounts for your business. Proceeds are available immediately. Use with any card processor or as a stand-alone service for same-day bank deposits. Combine card processing and bank payouts with escrow.
Balanced endpoints
| Method | Endpoint | Description |
|---|---|---|
| bank accounts | ||
| POST |
Creating A New Bank Account∵ /bank_accounts |
|
| DELETE |
Delete a bank account /bank_accounts/{bank_account_id} |
|
| GET |
Retrieve A Bank Account /bank_accounts/{bank_account_id} |
|
| GET |
List All Bank Accounts /bank_accounts |
Returns a list of bank accounts that you've created but haven't deleted. |
| cards | ||
| POST |
Creates a new card /marketplaces/{marketplace_id}/cards |
|
| PUT |
Update A Card /marketplaces/{marketplace_id}/cards/{card_id} |
|
| GET |
Retrieve A Card /marketplaces/{marketplace_id}/cards/{card_id} |
|
| GET |
List All Cards /marketplaces/{marketplace_id}/cards |
Returns a list of cards that you've created. |
| bank account verification | ||
| GET |
Retrieve A Verification For A Bank Account /{bank_account_id}/verifications/{verification_id} |
|
| POST |
Creates a new bank account verification. /bank_accounts/{bank_account_id}/verifications |
|
| GET |
List All Verifications For A Bank Accoun /bank_accounts/{bank_account_id}/verifications |
|
| PUT |
Confirm A Bank Account Verification /bank_accounts/{bank_account_id}/verifications/{verification_id} |
Confirms the trial deposit amounts. For the test environment the trial deposit amounts are always 1 and 1. |
| debits | ||
| PUT |
Update A Debit /marketplaces/{marketplace_id}/accounts/{account_id}/debits/{debit_id} |
|
| GET |
List All Debits For An Account /marketplaces/{marketplace_id}/accounts/{account_id}/debits |
|
| POST |
Refund A Debit /marketplaces/{marketplace_id}/debits/{debit_id}/refunds |
|
| GET |
Retrieve A Debit /marketplaces/{marketplace_id}/debits/{debit_id} |
|
| POST |
Create A New Debit /marketplaces/{marketplace_id}/accounts/{account_id}/debits |
|
| GET |
List All Debits /marketplaces/{marketplace_id}/debits |
|
| credits | ||
| POST |
Credit An Existing Bank Account /bank_accounts/{bank_account_id}/credits |
|
| GET |
List All Credits /credits |
|
| POST |
Creating A New Credit For An Account /marketplaces/{marketplace_id}/accounts/{account_id}/credits |
|
| GET |
Retrieve A Credit /credits/{credit_id} |
|
| GET |
Listing All Credits For An Account /marketplaces/{marketplace_id}/accounts/{account_id}/credits |
|
| POST |
Credit A New Bank Account /credits |
To credit a new bank account, you simply pass the amount along with the bank account details. We do not store this bank account when you create a credit this way, so you can… |
| GET |
List All Credits For A Bank Account /bank_accounts/{bank_account_id}/credits |
Returns a list of credits you've previously created to a specific bank account. The credits_uri is a convenient uri provided so that you can simply issue a GET to the… |
| accounts | ||
| PUT |
Adding A Bank Account or a card To An Account /marketplaces/{marketplace_id}/accounts/{account_id} |
|
| GET |
Creating An Account /marketplaces/{marketplace_id}/accounts |
|
| POST |
Underwriting An Individual or business /marketplaces/{marketplace_id}/accounts |
A person, or an individual, is a US based individual or a sole proprietor.Balanced associates a merchant role to signify whether or not an account has been underwritten. |
| Holds | ||
| POST |
Create A New Hold /marketplaces/{marketplace_id}/accounts/{account_id}/holds |
|
| GET |
Retrieve A Hold /marketplaces/{marketplace_id}/holds/{hold_id} |
|
| GET |
List all holds /marketplaces/{marketplace_id}/holds |
|
| PUT |
Update a hold /marketplaces/{marketplace_id}/holds/{hold_id} |
|
| GET |
List all holds on an account /marketplaces/{marketplace_id}/accounts/{account_id}/holds |
|
| events | ||
| GET |
Retrieve a event /events/{event_id} |
|
| GET |
List all events /events |
|
| refund | ||
| GET |
List All Refunds For An Account /marketplaces/{marketplace_id}/accounts/{account_id}/refunds |
|
| PUT |
Update A Refund /marketplaces/{marketplace_id}/refunds/{refund_id} |
|
| POST |
Issue A Refund /marketplaces/{marketplace_id}/refunds |
|
| GET |
Retrieve a refund /marketplaces/{marketplace_id}/refunds/{refund_id} |
|
| Other endpoints | ||
| GET |
list all refunds /marketplaces/{marketplace_id}/refunds |
|
Balanced pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|