Parameters
JSON body
Request body
application/jsonexternalIdstringRequiredLength: 24–24
paidDatestringRequiredYYYY-MM-DD
paymentMethodstringOptionalLength: 0–32
JSON body
externalIdstringRequiredpaidDatestringRequiredYYYY-MM-DD
paymentMethodstringOptional1 status code documented
successbooleanRequiredtruealreadyPaidbooleanRequired{
"success": true,
"alreadyPaid": false
}POST /bff/expense/mark-paid
curl -X POST "https://api.bizkithub.com/bff/expense/mark-paid" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalId": "example_externalId",
"paidDate": "example_paidDate",
"paymentMethod": "example_paymentMethod"
}'All BizKitHub public API endpoints require authentication via API key.