cURL
curl --request PUT \ --url https://api.sumvin.com/v0/transactions/{external_id}/receipt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "_links": {}, "content_type": "<string>", "size": 123, "uploaded_at": 123 }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
Receipt uploaded successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes
MIME type of the uploaded receipt
Size of the uploaded receipt in bytes
Upload timestamp (epoch ms)