Merchant's Account Balance
This endpoint retrieves the balance amount of an specific Account or Sub Account when using Beta's Payments Product.
Retrieve the balance of an specific asset for a specific account or subaccount
GET
https://live.betaapp.com/v1/balance
Query Parameters
asset*
String
Fiat Asset used on your settlement preference.
Headers
Authorization*
String
Bearer {access_token}
x-sub-account-id
String
ID of your subaccount, If you have one.
accept*
String
application/json
Request Example:
Response Example:
The total_fees
parameter represents the amount in fees that will be discounted during the settlement process.
The number_of_orders_associated
parameter represents how many orders compose the total_amount
.
Settlements
Merchants are required to request settlements through the Dashboard. It could be requested automatically based on your initial settings setup, or it could be requested manually when you follow these steps:
Click on the three dots on the right side of your balance amount
You will be redirected to the Settlement History page, where you can see an overview of the amount ready for settlement.
Click on More Info located on the top-right side of the Settlement Overview
Request your Settlement
Last updated