Receive a bill
POST /bills/{bill_id}/receive
Marks the bill as received and creates the corresponding accounts payable journal entry.
Talk to this API →Try it
curl https://api.everycent.ai/v1/bills/{bill_id}/receive \
-H "Authorization: Bearer ec_sandbox_9DQs" \
-d '{}'