POST
/
v1
/
businesses
/
{businessId}
/
bookkeeping
/
activate
curl --request POST \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/bookkeeping/activate \
  --header 'Authorization: Bearer <token>'
{
  "status": "NOT_PURCHASED"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string
required

The UUID of the business to activate bookkeeping for

Response

200 - application/json
Bookkeeping activated successfully
status
enum<string>
Available options:
NOT_PURCHASED,
BOOKKEEPING_PAUSED,
ACTIVE