v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBtransactions
Add a transaction receipt
Add a receipt to an existing transaction.
In the request, use the same upload url that you used to upload the receipt image. See Create a transaction upload URL to learn about creating a transaction image upload URL.
post/v3/spend/transactions/{transactionId}/receipts
Path parameters
transactionIdstring required
BILL-generated ID or UUID of the transaction
Example:{{se_transaction_uuid}}
Headers
apiTokenstring nullable
Access token for Spend & Expense API authentication
Example:{{api_token}}
Request body
Example request
{
"url": "{{se_transaction_url}}"
}Response
Add a transaction receipt response