Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns a single Payout Balance object.

Parameters

No parameters.

Returns

Returns payout balance information for a community with a connected Stripe account.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/communities/:community_id/payouts/balance
{
	"available_amount": 0,
	"pending_amount": 0,
	"total_amount": 0,
	"has_active_payout": false,
	"estimated_arrival": "2-3 business days",
	"external_account": {
		"last4": "6789",
		"bank_name": "STRIPE TEST BANK",
		"account_holder_name": null,
		"display_name": "Bank Account ···· 6789"
	}
}