ResourcesSeller Payouts
Retrieve seller balance
Read pending, available, and reserved platform-managed seller funds.
Authorization
bearerAuth storeAuth AuthorizationBearer <token>
Provide your SellApp API key as a bearer token.
In: header
X-STORE<token>
Select the SellApp store for this API request.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://sell.app/api/v2/seller-balance"{
"data": {
"currency": "USD",
"pending_cents": 0,
"available_cents": 0,
"reserved_cents": 0
}
}{
"message": "Unauthenticated."
}{
"message": "This action is unauthorized."
}{
"message": "The given data was invalid.",
"errors": {
"data": [
"The data field is required."
]
}
}